summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorASDF <[email protected]>2017-07-22 19:45:36 -0400
committerBenjamin N. summerton <[email protected]>2017-08-27 13:28:02 -0400
commite173db19f7f8e7e79c3f0cd6b88c207561bfa28b (patch)
tree07105964919c99674aab2b9e6459ab2639b365c8 /.gitignore
parent0fc1323c80c2501c36741c05fd771ac1d001d049 (diff)
downloadraylib-e173db19f7f8e7e79c3f0cd6b88c207561bfa28b.tar.gz
raylib-e173db19f7f8e7e79c3f0cd6b88c207561bfa28b.zip
CMake based build system.
Some people might find this handly
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 016b8fa3..de3707bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -131,3 +131,25 @@ src/libraylib.bc
# Meson build system
builddir/
+
+# CMake stuff
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Testing
+Makefile
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+build
+
+# Unignore These makefiles...
+!examples/CMakeLists.txt
+!games/CMakeLists.txt
+
+# binaries made from raylib
+libraylib.a
+libraylib.so
+libraylib.dylib
+libraylib.dll