aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-02-14 11:50:12 -0500
committerMike Gilbert <floppym@gentoo.org>2017-02-15 12:06:15 -0500
commit186c01953709bf397ce7e701fd4e7b2b305ff5f5 (patch)
tree416681441900a507a3497e92d008b5cb4ecb9fc5 /.gitignore
parentemerge: make emerge --sync print messages from SyncRepos.auto_sync() (diff)
downloadportage-186c01953709bf397ce7e701fd4e7b2b305ff5f5.tar.gz
portage-186c01953709bf397ce7e701fd4e7b2b305ff5f5.tar.bz2
portage-186c01953709bf397ce7e701fd4e7b2b305ff5f5.zip
Ignore setup.cfg and *.so
This allows one to compile the extension modules in-place without having the build artifacts show up in git status. For example: printf "[build_ext]\nportage-ext-modules = true\n" > setup.cfg python setup.py build_ext --inplace
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 930252f66..9c13ef473 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,9 @@
*.py[co]
__pycache__/
*.class
+*.so
/build
/tags
+setup.cfg
repoman/build