26 lines
249 B
Plaintext
26 lines
249 B
Plaintext
# build results
|
|
bin/
|
|
obj/
|
|
|
|
# IDE files
|
|
.vs/
|
|
.vshistory/
|
|
.editorconfig
|
|
*.user
|
|
*.vcxproj.filters
|
|
|
|
# local cbuild config giles
|
|
current.config
|
|
*.current.config
|
|
|
|
# other files
|
|
.old*/
|
|
old/
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.temp
|
|
logs/
|
|
log/
|
|
*.log
|