Setup a .gitignore file
It is based on the former .hgignore Change-Id: I397dadabe97e342f3e92956e3549fcf77a30cc85
This commit is contained in:
parent
9246e4d4be
commit
98d1ce5f6a
12
.hgignore → .gitignore
vendored
12
.hgignore → .gitignore
vendored
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user