diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 16:31:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-16 16:31:25 -0300 |
commit | aa3dbea39ef0a99bc678dae781457b7f77a73ea2 (patch) | |
tree | 3de68a4116edb11f91d212996abbb650143e2951 | |
parent | 97d9e217992542c83db2db5810b31ba6a8b51f1c (diff) | |
download | keyringer-aa3dbea39ef0a99bc678dae781457b7f77a73ea2.tar.gz keyringer-aa3dbea39ef0a99bc678dae781457b7f77a73ea2.tar.bz2 |
Adding .gitattributes
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | .gitignore | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a96946d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +bootstrap export-ignore +templates export-ignore @@ -1,7 +1,6 @@ debian/keyringer.debhelper.log debian/keyringer debian/files -*.swp -.pc debian/files debian/keyringer.substvars +.pc |