diff options
author | kali <kali@leap.se> | 2012-08-10 00:37:03 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-10 00:44:15 +0900 |
commit | 0ed6e5db8a7109bd558ade054284362bb21d8944 (patch) | |
tree | 7fe200a60f0d1fdfd900c98d4c70e40c857efb32 | |
parent | d2250c4ed065ffedf85f388ef03f58c167d8099a (diff) |
add .gitattributes
-rw-r--r-- | .gitattributes | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..36222847 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,18 @@ +*.swp export-ignore +*.swo export-ignore +*.pyc export-ignore +.* export-ignore +bin/ export-ignore +build/ export-ignore +core export-ignore +debian/python-leap-client/ export-ignore +dist/ export-ignore +docs/_build export-ignore +docs/covhtml export-ignore +include/ export-ignore +lib/ export-ignore +local/ export-ignore +man/ export-ignore +share/ export-ignore +src/leap.egg-info/ export-ignore +src/leap_client.egg-info export-ignore |