repo.or.cz
/
Comic.py.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
definition fix
[Comic.py.git]
/
.gitignore
blob
30deb651e5a7499efdb780305368660a3d37e4f1
1
# python build directory
2
build
3
# python dist directory
4
dist
5
# editor temp files
6
*~
7
# compiled python
8
*.py?
9
# there are no hidden files in this project
10
.*
11
# except for the one
12
!.gitignore
13
# Python egg stuff
14
*.egg*
15
# kdevelop stuff
16
*.kdevelop
17
*.kdevses