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