Browse Source

Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
Tobias Hunger 9 years ago
parent
commit
366e38284d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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