Fix path in fnpdjango.
[fnp-django-template.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
29 .sass-cache
30