Added .gitignore to repo

This commit is contained in:
Pezz89
2015-03-25 15:55:12 +01:00
parent f47c9bdfc2
commit e858473352
+17
View File
@@ -0,0 +1,17 @@
#Python and VIM generated files
*.pyc
.*.swp
#All picture files
*.jpg
*.png
#All sub-directories
*/
#All hidden files
.*
!.gitignore
#All .json files
*.json