fnp
/
copyspeak.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
webfont
[copyspeak.git]
/
.gitignore
1
localsettings.py
2
*~
3
*.orig
4
*.log
5
6
# Python garbage
7
*.pyc
8
.coverage
9
pip-log.txt
10
nosetests.xml
11
/build
12
/dist
13
*.egg-info
14
/var
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
31
.sass-cache
32