townengine/.gitignore

34 lines
353 B
Plaintext

# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
**/*.so
**/*.dll
**/*.7z
**/*.zip
**/*.btw
.vs/
.vscode/
.idea/
.cache/
.build/
build/
out/
compile_commands.json
# 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/