fnp
/
django-sponsors.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tested for Django 1.6-2.2
[django-sponsors.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
/.tox
14
/htmlcov
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