mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
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:
parent
5a5255e6b2
commit
d8acf29a0f
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
\#*#
|
||||
.#*
|
||||
*~
|
||||
**/CMakeFiles/
|
||||
**/CMakeCache.txt
|
||||
@ -22,6 +24,7 @@ typedef.list
|
||||
/.vs
|
||||
/compile_commands.json
|
||||
/.DS_Store
|
||||
/.clangd
|
||||
|
||||
/CMakeSettings.json
|
||||
/out/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user