Browse Source

Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
Tobias Hunger 9 năm trước cách đây
mục cha
commit
366e38284d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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