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