fnp
/
django-ssify.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ea2e8e11f3e538f2e0b6cbda14c99a7ad78ccb66
[django-ssify.git]
/
.gitignore
1
*~
2
*.orig
3
*.log
4
5
# Python garbage
6
*.pyc
7
.coverage
8
pip-log.txt
9
nosetests.xml
10
build
11
dist
12
*.egg-info
13
14
# Mac OS X garbage
15
.DS_Store
16
17
# Windows garbage
18
thumbs.db
19
20
# Eclipse
21
.project
22
.settings
23
.pydevproject
24
.tmp_*
25
26
# Tags file
27
TAGS
28