Setup a .gitignore file

It is based on the former .hgignore

Change-Id: I397dadabe97e342f3e92956e3549fcf77a30cc85
This commit is contained in:
Christophe de Vienne 2013-08-20 23:26:55 +02:00
parent 9246e4d4be
commit 98d1ce5f6a
1 changed files with 4 additions and 8 deletions

View File

@ -1,5 +1,3 @@
syntax: glob
*.pyc *.pyc
*.pyo *.pyo
*.egg-info *.egg-info
@ -14,10 +12,8 @@ coverage*.xml
.test_sphinxext .test_sphinxext
nosetests*.xml nosetests*.xml
syntax: regexp build
dist
^build doc/_build
^dist d2to1-*.egg
^doc/_build
^d2to1-.*\.egg