mirror of
https://github.com/Ed94/gencpp.git
synced 2025-02-23 21:58:37 -08:00
Both bootstrap and singleheader now name the files the same as the library's default. Output now directed toward gen directory for the corresponding dir (project, singleheader, or test)
27 lines
245 B
Plaintext
27 lines
245 B
Plaintext
.idea
|
|
|
|
build/*
|
|
.vs
|
|
|
|
**/*.gen.*
|
|
**/gen/gen.hpp
|
|
**/gen/gen.cpp
|
|
|
|
gencpp.hpp
|
|
gencpp.cpp
|
|
|
|
# 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/ |