mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add a .gitignore file, remove .hgignore
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
*.pyc
|
||||
*.egg
|
||||
*.so
|
||||
|
||||
.dir-locals.el
|
||||
.ropeproject/
|
||||
TAGS
|
||||
.tags
|
||||
.tox
|
||||
.DS_Store
|
||||
sphinx/pycode/Grammar*pickle
|
||||
distribute-*
|
||||
|
||||
env/
|
||||
build/
|
||||
dist/
|
||||
Sphinx.egg-info/
|
||||
doc/_build/
|
||||
tests/.coverage
|
||||
tests/build/
|
23
.hgignore
23
.hgignore
@@ -1,23 +0,0 @@
|
||||
.*\.pyc
|
||||
.*\.egg
|
||||
.*\.so
|
||||
.dir-locals.el
|
||||
^\.tox
|
||||
\.DS_Store$
|
||||
^build/
|
||||
^dist/
|
||||
^tests/.coverage
|
||||
^tests/build/
|
||||
^sphinx/pycode/Grammar.*pickle
|
||||
^Sphinx.egg-info/
|
||||
^doc/_build/
|
||||
^TAGS
|
||||
^\.tags
|
||||
^\.ropeproject/
|
||||
^env/
|
||||
\.DS_Store$
|
||||
~$
|
||||
^utils/.*3\.py$
|
||||
^distribute-
|
||||
^tests/root/_build/*
|
||||
^tests/root/generated/*
|
Reference in New Issue
Block a user