]> gitweb.pimeys.fr Git - bots/josh.git/blob - .gitignore
initscript decription was still Basile's
[bots/josh.git] / .gitignore
1 # Custom #
2 ###################
3 *~
4 *.json
5
6 # Compiled source #
7 ###################
8 *.pyc
9
10 # Packages #
11 ############
12 # it's better to unpack these files and commit the raw source
13 # git has its own built in compression methods
14 *.7z
15 *.dmg
16 *.gz
17 *.iso
18 *.jar
19 *.rar
20 *.tar
21 *.zip
22
23 # Logs #
24 ######################
25 *.log
26
27 # OS generated files #
28 ######################
29 .DS_Store*
30 *ehthumbs.db
31 Icon?
32 *Thumbs.db