tweak .gitignore and .hgignore

master
Marek Isalski 3 years ago
parent f2ce5f4bac
commit d003e707ab

3
.gitignore vendored

@ -2,6 +2,9 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
# Mercurial
.hg/
# C extensions # C extensions
*.so *.so

@ -2,6 +2,9 @@
^__pycache__/ ^__pycache__/
\.py[cod]$ \.py[cod]$
# git
^\.git/
# C extensions # C extensions
\.so$ \.so$
@ -19,7 +22,7 @@
^parts/ ^parts/
^sdist/ ^sdist/
^var/ ^var/
^\.egg-info/ ^src/.*\.egg-info/
^\.installed.cfg$ ^\.installed.cfg$
\.egg$ \.egg$

Loading…
Cancel
Save