diff options
author | Björn Gustavsson <[email protected]> | 2010-08-18 08:24:03 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-18 08:48:09 +0200 |
commit | a25c962a396f27d5df4ffa80169d9a1e9727ab7f (patch) | |
tree | 6f2c63e2f55d4982b196bd911ad2064a58f02182 | |
parent | 871fdb232d7facc58c202ef81634a12fbdcfefb4 (diff) | |
download | otp-a25c962a396f27d5df4ffa80169d9a1e9727ab7f.tar.gz otp-a25c962a396f27d5df4ffa80169d9a1e9727ab7f.tar.bz2 otp-a25c962a396f27d5df4ffa80169d9a1e9727ab7f.zip |
Stop including in .gitignore files in the source tar files
There is a .gitignore file in every otherwise empty directory,
as well as a few other .gitignore files. Including all these
.gitignore files in the source code distribution serves no
useful purpose.
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..596615322f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore |