mirror of
https://github.com/charlesthobe/chdman.git
synced 2024-11-24 07:25:31 +00:00
Add ninja stuff to .gitignore
This commit is contained in:
parent
7345661d40
commit
e8e1c21b65
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,9 +1,10 @@
|
|||||||
#quack
|
#quack
|
||||||
# binaries folder
|
# binaries ~~folder~~
|
||||||
/bin/
|
/bin/
|
||||||
/Build/
|
/Build/
|
||||||
/build/
|
/build/
|
||||||
/build-*/
|
/build-*/
|
||||||
|
chdman
|
||||||
|
|
||||||
# vs stuff
|
# vs stuff
|
||||||
.vs
|
.vs
|
||||||
@ -23,6 +24,8 @@ CMakeFiles
|
|||||||
Makefile
|
Makefile
|
||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
install_manifest.txt
|
install_manifest.txt
|
||||||
|
.ninja_*
|
||||||
|
build.ninja
|
||||||
|
|
||||||
# unix intermediate files
|
# unix intermediate files
|
||||||
config.h
|
config.h
|
||||||
|
Loading…
Reference in New Issue
Block a user