diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 23:35:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 23:35:55 -0300 |
commit | 957ac01ae191d471436b720c6e82f91716a8f2c4 (patch) | |
tree | 425e6fecc615ffe6bd0525d1cf2228169ffadf57 | |
parent | e3e68699c7d005e6a590328aaf68dc9d0bd86d91 (diff) | |
download | keyringer-957ac01ae191d471436b720c6e82f91716a8f2c4.tar.gz keyringer-957ac01ae191d471436b720c6e82f91716a8f2c4.tar.bz2 |
Adding .gitignore and .gitattributes on export-ignore
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index a96946d..ad2b497 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ -bootstrap export-ignore -templates export-ignore +bootstrap export-ignore +templates export-ignore +.gitignore export-ignore +.gitattributes export-ignore |