Add common patterns to .gitignore

Patterns `#*#` and `.#*` are for auto-genereated files from Emacs and
can end up in source directories.

Pattern `.clangd` is the working directory for `clangd` and handles
source code indexing.
This commit is contained in:
Mats Kindahl 2020-09-04 08:52:45 +02:00 committed by Mats Kindahl
parent 5a5255e6b2
commit d8acf29a0f

3
.gitignore vendored
View File

@ -1,3 +1,5 @@
\#*#
.#*
*~
**/CMakeFiles/
**/CMakeCache.txt
@ -22,6 +24,7 @@ typedef.list
/.vs
/compile_commands.json
/.DS_Store
/.clangd
/CMakeSettings.json
/out/*