Explorar o código

.gitignore: updated paths to be ignored by git

Daniel-Constantin Mierla %!s(int64=8) %!d(string=hai) anos
pai
achega
a2b82a991b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

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