diff options
author | Malfurious <m@lfurio.us> | 2023-07-05 16:11:16 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-07-05 16:11:16 -0400 |
commit | 4def3856f105b1461615285c9e33750a51177994 (patch) | |
tree | f1bc62f0321d92f64f06a9621b3c81803cc281e7 /.gitignore | |
parent | fae455643c4f9d22bff18df949ac773e10e97dee (diff) | |
download | misplays-4def3856f105b1461615285c9e33750a51177994.tar.gz misplays-4def3856f105b1461615285c9e33750a51177994.zip |
Add CMake build system
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df5684c --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps +misplays |