Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
master
Tobias Hunger 2016-09-09 10:01:43 +02:00
parent 03bae46865
commit 366e38284d
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
# Exclude MacOS Finder files.
.DS_Store
*.user*
*.pyc
Testing