mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
removed vs build log
This commit is contained in:
parent
0241979085
commit
ade4c3345d
16
.gitignore
vendored
16
.gitignore
vendored
@ -4,3 +4,19 @@ build/*
|
|||||||
.vs
|
.vs
|
||||||
|
|
||||||
**/*.gen.*
|
**/*.gen.*
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
[Dd]ebug/
|
||||||
|
[Dd]ebugPublic/
|
||||||
|
[Rr]elease/
|
||||||
|
[Rr]eleases/
|
||||||
|
x64/
|
||||||
|
x86/
|
||||||
|
[Ww][Ii][Nn]32/
|
||||||
|
[Aa][Rr][Mm]/
|
||||||
|
[Aa][Rr][Mm]64/
|
||||||
|
bld/
|
||||||
|
[Bb]in/
|
||||||
|
[Oo]bj/
|
||||||
|
[Ll]og/
|
||||||
|
[Ll]ogs/
|
@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
Building Test
|
|
||||||
|
|
||||||
ninja: Entering directory `C:\projects\gencpp\test\gen\build'
|
|
||||||
[1/2] Compiling C++ object gencpp.exe.p/.._test.Upfront.cpp.obj
|
|
||||||
[2/2] Linking target gencpp.exe
|
|
||||||
|
|
||||||
Generating files Parsed...
|
|
||||||
|
|
||||||
Beginning format...
|
|
||||||
Formatting [1/5] C:\projects\gencpp\test\gen\array.Upfront.gen.hpp
|
|
||||||
Formatting [2/5] C:\projects\gencpp\test\gen\buffer.Upfront.gen.hpp
|
|
||||||
Formatting [3/5] C:\projects\gencpp\test\gen\hashtable.Upfront.gen.hpp
|
|
||||||
Formatting [4/5] C:\projects\gencpp\test\gen\ring.Upfront.gen.hpp
|
|
||||||
Formatting [5/5] C:\projects\gencpp\test\gen\sanity.Upfront.gen.hpp
|
|
||||||
|
|
||||||
Formatting complete
|
|
Loading…
Reference in New Issue
Block a user