Explorar o código

Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
Tobias Hunger %!s(int64=9) %!d(string=hai) anos
pai
achega
366e38284d
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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