diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-20 14:18:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-20 14:18:03 +1000 |
commit | 6741a057e5639280d85d0f88ba26f000baa58f61 (patch) | |
tree | 955c597cfa892a0a25d74fbd03c5dfd6014f4ea3 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46f42f8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +CMakeLists.txt.user +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake +_deps |