Sfoglia il codice sorgente

.gitignore: updated paths to be ignored by git

Daniel-Constantin Mierla 8 anni fa
parent
commit
a2b82a991b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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