Add more stuff to .gitignore

This commit is contained in:
Alexey Sokolov
2025-05-09 21:09:40 +01:00
parent c2f299abdf
commit d707b41ac3

8
.gitignore vendored
View File

@@ -1,5 +1,6 @@
/man/*.gz /man/*.gz
.depend .depend
.cache/
# Generated by autogen.sh # Generated by autogen.sh
/aclocal.m4 /aclocal.m4
@@ -73,3 +74,10 @@ CMakeFiles/
/CMakeCache.txt /CMakeCache.txt
/install_manifest.txt /install_manifest.txt
/install_manifest_*.txt /install_manifest_*.txt
# OOT builds
/build*
# LSP
.clangd/
compile_commands.json