(cherry picked from commit a2b82a991b98919162d9c84e279a2139364241fd)
(cherry picked from commit 231c6e975652a2249a826eaeeb0be4ca937a5fd2)
... | ... |
@@ -18,6 +18,7 @@ modules.lst |
18 | 18 |
*.a |
19 | 19 |
# archives |
20 | 20 |
*.tar.gz |
21 |
+*.tar.xz |
|
21 | 22 |
*.deb |
22 | 23 |
*.rpm |
23 | 24 |
# tags |
... | ... |
@@ -43,5 +44,8 @@ utils/protoshoot/protoshoot |
43 | 44 |
# MacOSX auto-generated files |
44 | 45 |
libiname.lst |
45 | 46 |
*.dylib |
47 |
+.DS_Store |
|
46 | 48 |
# man pages |
47 | 49 |
*.7 |
50 |
+# vscode tmp files |
|
51 |
+.vscode |