Skip to content

Commit 43f17e2

Browse files
committed
simpler .gitignore that doesn't include files from tools not covered
1 parent 68d6119 commit 43f17e2

File tree

1 file changed

+4
-38
lines changed

1 file changed

+4
-38
lines changed

.gitignore

Lines changed: 4 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,8 @@
1-
# Backup files
2-
*.~
3-
4-
# Byte-compiled / optimized / DLL files
5-
__pycache__/
6-
*.py[cod]
7-
8-
# C extensions
9-
*.so
10-
11-
# Distribution / packaging
12-
bin/
131
build/
14-
develop-eggs/
152
dist/
16-
eggs/
17-
lib/
18-
lib64/
19-
parts/
20-
sdist/
21-
var/
223
*.egg-info/
23-
.installed.cfg
244
*.egg
25-
MANIFEST
26-
27-
# Installer logs
28-
pip-log.txt
29-
pip-delete-this-directory.txt
30-
31-
# Unit test / coverage reports
32-
.tox/
33-
.coverage
34-
.cache
35-
nosetests.xml
36-
coverage.xml
37-
38-
# Translations
39-
*.mo
40-
41-
# Sphinx documentation
42-
docs/_build/
5+
*.py[cod]
6+
__pycache__/
7+
*.so
8+
*~

0 commit comments

Comments
 (0)