[DEV] add gitignore

This commit is contained in:
Edouard DUPIN 2015-02-05 21:38:42 +01:00
parent 44f52e7fe1
commit c6aa75e02b

32
.gitignore vendored Normal file
View File

@ -0,0 +1,32 @@
###################################
# backup files
###################################
*~
*.swp
*.old
*.bck
###################################
# compiled files
###################################
*.pyc
###################################
# Packages #
###################################
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
###################################
# out folder
###################################
out/