townengine/.gitignore
2024-07-31 14:59:47 +03:00

27 lines
287 B
Plaintext

# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
.vs/
.vscode/
.idea/
.cache/
.build/
build/
out/
# this is created when using Conan
CMakeUserPresets.json
# win-tool-dist
WINTOOLDIST.txt
build_debug.bat
build_release.bat
package_data.bat
wintooldist_environment.bat
win-tool-dist/