mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-24 01:47:20 +01:00
21 lines
292 B
Plaintext
21 lines
292 B
Plaintext
# The executable
|
|
wfc
|
|
example/wfc_demo
|
|
|
|
# The results of the algorithm
|
|
example/results/*
|
|
|
|
# The library files
|
|
lib/*
|
|
|
|
# CMake files
|
|
**/CMakeLists.txt.user
|
|
**/CMakeCache.txt
|
|
**/CMakeFiles
|
|
**/CMakeScripts
|
|
**/Testing
|
|
**/Makefile
|
|
**/install_manifest.txt
|
|
**/compile_commands.json
|
|
**/*.cmake
|
|
**/_deps |