mirror of
https://github.com/thewtex/tmux-mem-cpu-load.git
synced 2026-09-10 07:16:16 -04:00
🙈 Ignore ninja generated files
Generated when using `cmake -GNinja .`
This commit is contained in:
parent
2fdcf93296
commit
15da3e0a59
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -21,6 +21,12 @@ config.h
|
|||
CTestTestfile.cmake
|
||||
DartConfiguration.tcl
|
||||
|
||||
# Ninja generated #
|
||||
###################
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
*.ninja
|
||||
|
||||
# Packages #
|
||||
############
|
||||
# it's better to unpack this files and commit raw source
|
||||
|
|
|
|||
Loading…
Reference in a new issue