diff options
author | Björn Gustavsson <[email protected]> | 2010-08-20 08:23:48 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-20 08:23:48 +0200 |
commit | 71954b8b4f773b5f45095c0b86b66d9a6ba147ed (patch) | |
tree | eee83d11f5befb5a853847b94e2ae3cc5ed1f639 | |
parent | 6af9c31d7f25a653342cd40affe1bf764748c210 (diff) | |
parent | a25c962a396f27d5df4ffa80169d9a1e9727ab7f (diff) | |
download | otp-71954b8b4f773b5f45095c0b86b66d9a6ba147ed.tar.gz otp-71954b8b4f773b5f45095c0b86b66d9a6ba147ed.tar.bz2 otp-71954b8b4f773b5f45095c0b86b66d9a6ba147ed.zip |
Merge branch 'bjorn/export-ignore' into dev
* bjorn/export-ignore:
Stop including in .gitignore files in the source tar files
-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 |