瀏覽代碼

.gitignore: updated paths to be ignored by git

Daniel-Constantin Mierla 8 年之前
父節點
當前提交
a2b82a991b
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -19,6 +19,7 @@ modules.lst
 *.a
 # archives
 *.tar.gz
+*.tar.xz
 *.deb
 *.rpm
 # tags
@@ -44,5 +45,8 @@ misc/tools/protoshoot/protoshoot
 # MacOSX auto-generated files
 libiname.lst
 *.dylib
+.DS_Store
 # man pages
 *.7
+# vscode tmp files
+.vscode