Update .gitignore
Windows build leaves built objs in src directory.
This commit is contained in:
parent
dca1cffb69
commit
a34cec881d
1 changed files with 1 additions and 0 deletions
1
example02_threaded_raytracing/.gitignore
vendored
1
example02_threaded_raytracing/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
build*/
|
build*/
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
.cache/
|
.cache/
|
||||||
|
src/*.o
|
||||||
|
|
Loading…
Reference in a new issue