game/.gitignore
Warwick 517f8b2d6c Deleted unused fast noise and added method of installing newer assimp
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.
2023-03-21 15:23:05 +00:00

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