Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a59cb3a

Browse files
committedAug 7, 2012
Added a more comprehensive .gitignore
1 parent 6185236 commit a59cb3a

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed
 

‎.gitignore

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1+
*.py[cod]
2+
3+
# C extensions
4+
*.so
5+
6+
# Packages
7+
*.egg
8+
*.egg-info
9+
dist
110
build
2-
*.pyc
11+
eggs
12+
parts
13+
bin
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
21+
# Installer logs
22+
pip-log.txt
23+
24+
# Unit test / coverage reports
25+
.coverage
26+
.tox
27+
nosetests.xml
28+
29+
#Translations
30+
*.mo

0 commit comments

Comments
 (0)
This repository has been archived.