diff options
| author | ASDF <[email protected]> | 2017-07-22 19:45:36 -0400 |
|---|---|---|
| committer | Benjamin N. summerton <[email protected]> | 2017-08-27 13:28:02 -0400 |
| commit | e173db19f7f8e7e79c3f0cd6b88c207561bfa28b (patch) | |
| tree | 07105964919c99674aab2b9e6459ab2639b365c8 /.gitignore | |
| parent | 0fc1323c80c2501c36741c05fd771ac1d001d049 (diff) | |
| download | raylib-e173db19f7f8e7e79c3f0cd6b88c207561bfa28b.tar.gz raylib-e173db19f7f8e7e79c3f0cd6b88c207561bfa28b.zip | |
CMake based build system.
Some people might find this handly
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 |
