Skip to content

Commit 29d31ea

Browse files
authored
Copy VSCode/clangd .gitignore entries from libxmp. (#76)
1 parent f960c28 commit 29d31ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@
55
*.dll
66
*.gz
77

8+
# VSCode/clangd files
9+
/.cache
10+
/.clangd
11+
/.vscode
12+
*.code-workspace
13+
compile_commands.json
14+
815
# Modules
916
*.it
1017

1118
# Generated files
1219
.deps
1320
Makefile
1421
Makefile.in
22+
*~
1523

1624
/aclocal.m4
1725
/autom4te.cache/

0 commit comments

Comments
 (0)