Files
Sourcetrail/.gitignore
T
malte_langkabel b38252e894 build: created separate bin folder for each target.
Changed build process to use an individual bin/<subfolder> for each target.
This way each target has its own data folder and its own set of dlls.
2014-06-30 16:39:23 +02:00

11 lines
138 B
Plaintext

/build/
/bin/app/Debug/
/bin/app/Release/
/bin/app/data/log/
/bin/lib/
/bin/test/Debug/
/bin/test/Release/
/bin/test/data/log/
.DS_Store