diff options
author | kali <kali@leap.se> | 2012-08-10 00:46:46 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-08-10 00:46:46 +0900 |
commit | 24e955629703a4798acc4c26a50e08b2acec8a51 (patch) | |
tree | f614d89ae2fa10c8c737135710709776feb17d4c | |
parent | be679d02d77c8a42e78746285cf2e832ca8259b6 (diff) | |
parent | d6e46003c8164c0030b67efaccc2b25643f5d20b (diff) |
Merge branch 'upstream' into debian
-rw-r--r-- | .gitattributes | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 59661532..36222847 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,18 @@ -.gitattributes export-ignore -.gitignore export-ignore +*.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 |