]> gitweb.pimeys.fr Git - NK2015_Client_Python_Alpha.git/blob - .gitignore
Nouveau protocole
[NK2015_Client_Python_Alpha.git] / .gitignore
1 # Custom #
2 ###################
3 *~
4
5 # Compiled source #
6 ###################
7 *.com
8 *.class
9 *.dll
10 *.exe
11 *.o
12 *.so
13 *.pyc
14
15 # Packages #
16 ############
17 # it's better to unpack these files and commit the raw source
18 # git has its own built in compression methods
19 *.7z
20 *.dmg
21 *.gz
22 *.iso
23 *.jar
24 *.rar
25 *.tar
26 *.zip
27
28 # Logs and databases #
29 ######################
30 *.log
31 #*.sql
32 *.sqlite
33
34 # OS generated files #
35 ######################
36 .DS_Store*
37 *ehthumbs.db
38 Icon?
39 *Thumbs.db