mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Add more stuff to .gitignore
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user