Browse Source

.gitignore: updated paths to be ignored by git

(cherry picked from commit a2b82a991b98919162d9c84e279a2139364241fd)
Daniel-Constantin Mierla 8 years ago
parent
commit
231c6e9756
1 changed files with 4 additions and 0 deletions
  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