瀏覽代碼

Update .gitignore

Ignore *.user* files from QtCreator and *.pyc files.
Tobias Hunger 9 年之前
父節點
當前提交
366e38284d
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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