Moving away from PCG to try to get this project done. Also fed up with manually packaging a newer version of Assimp for every machine I want to build this software on.
21 lines
321 B
Text
21 lines
321 B
Text
# Ignore Cmake build files
|
|
.cache/
|
|
.cmake/
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
bin/
|
|
Game
|
|
lib/
|
|
Makefile
|
|
cmake_install.cmake
|
|
compile_commands.json
|
|
# ignore CPM package manager file
|
|
cmake/CPM*.cmake
|
|
# FastNoise2 extra build files
|
|
CPM_modules/
|
|
NoiseTool.ini
|
|
_deps/
|
|
cpm-package-lock.cmake
|
|
|
|
# Ignore Cmake'd files
|
|
src/helpers/RootDir.h
|