townengine/.gitignore

43 lines
482 B
Plaintext
Raw Normal View History

2024-07-29 22:20:30 +00:00
# ignore executables
*
!*.*
!*/
!Makefile
**/*.exe
**/*.html
**/*.js
**/*.wasm
**/*.wasm.map
2024-08-21 13:55:34 +00:00
**/*.so
**/*.dll
2024-08-21 13:57:52 +00:00
**/*.7z
**/*.zip
**/*.btw
2024-09-23 10:03:06 +00:00
**/*.trace
2024-10-06 17:15:13 +00:00
**/*.sublime-project
**/*.sublime-workspace
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-web/
2024-07-08 00:44:20 +00:00
build/
out/
2024-09-20 15:35:44 +00:00
CMakeLists.txt.user
compile_commands.json
2024-07-08 00:44:20 +00:00
# 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/