mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-03-25 20:21:41 +00:00
Add build to gitignore
It is very common to use ./build/ as the build directory with CMake. Adding it to gitignore.
This commit is contained in:
parent
ddd128bcca
commit
db9dfdf9ef
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,6 +32,7 @@ bld/
|
|||
[Ll]og/
|
||||
[Ll]ogs/
|
||||
[Oo]ut/
|
||||
build/
|
||||
|
||||
# Visual Studio 2015/2017 cache/options directory
|
||||
.vs/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue