1
0
Эх сурвалжийг харах

Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
Tobias Hunger 9 жил өмнө
parent
commit
366e38284d
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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