cbuild/.gitignore
2024-07-12 02:32:59 +03:00

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