Przeglądaj źródła

.gitignore: updated paths to be ignored by git

(cherry picked from commit a2b82a991b98919162d9c84e279a2139364241fd)
Daniel-Constantin Mierla 8 lat temu
rodzic
commit
231c6e9756
1 zmienionych plików z 4 dodań i 0 usunięć
  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