summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAntony Lee <anntzer.lee@gmail.com>2017-11-13 21:23:14 -0800
committerAntony Lee <anntzer.lee@gmail.com>2017-11-13 21:28:44 -0800
commit5063443c40a00392a0e954392dadab182a3c100d (patch)
tree3ac653e14124480a841870fc9ead41f8d2c1fa78 /.gitignore
parent46df188a54e3eb2b0dfb93dbae59fb23249fbcce (diff)
downloadsetuptools-scm-5063443c40a00392a0e954392dadab182a3c100d.tar.gz
Respect git's export-ignore for building the sdist.
Implemented by replacing the call to 'git ls-files' to '$sys.executable -msetuptools_scm.git' with the module parsing the output of 'git archive' as a tar file.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7bdd112..19ae6c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,9 @@
## Directory-based project format:
.idea/
+### Other editors
+.*.swp
+
### Python template
# Byte-compiled / optimized