clone
[Comp371-Clone.git] / .gitignore
blobffd0418b13267fd7cd6596bde5138799be8b9851
1 CMakeCache.txt
2 CMakeFiles
3 Makefile
4 cmake_install.cmake
5 install_manifest.txt
6 *.swp
8 # Temp build/install dirs
9 _builds/*
10 _install/*
12 # IDE project files
13 .idea/*
14 # Leave in the jetbrains code style settings!
15 !.idea/codeStyleSettings.xml
16 .vs/
17 cmake-build-debug/
18 CMakeScripts
19 _3rdParty
20 ProceduralWorld*
21 # old project name
22 HeightMapper*
24 # Executables
25 bin/
27 # macOS
28 .DS_Store