townengine/.gitignore

29 lines
304 B
Plaintext
Raw Normal View History

2024-07-29 22:20:30 +00:00
# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
2024-08-21 13:55:34 +00:00
**/*.so
**/*.dll
2024-07-29 22:20:30 +00:00
2024-07-08 00:44:20 +00:00
.vs/
.vscode/
.idea/
2024-07-16 02:34:59 +00:00
.cache/
2024-07-08 00:44:20 +00:00
.build/
build/
out/
# this is created when using Conan
CMakeUserPresets.json
2024-07-31 08:33:52 +00:00
# win-tool-dist
WINTOOLDIST.txt
build_debug.bat
build_release.bat
package_data.bat
wintooldist_environment.bat
win-tool-dist/