.gitignore

This commit is contained in:
Thomas Waldmann 2018-09-18 23:39:24 +02:00
parent 52d536c0a3
commit 4c0a73b320
2 changed files with 8 additions and 8 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*.pyc
*.pyo
dist/
XStatic_jQuery.egg-info/
MANIFEST
.DS_Store
.orig
.rej

View File

@ -1,8 +0,0 @@
.*\.py[co]$
^dist/
^XStatic_jQuery.egg-info/
^MANIFEST$
.DS_Store
.orig$
.rej$
.~$