From 03c2e69c3fb4cda6359e3cf25647dede3602618f Mon Sep 17 00:00:00 2001 From: Joel Falcou Date: Mon, 12 May 2025 10:16:33 +0200 Subject: [PATCH] Proper gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19c5f3a --- /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 +build/* \ No newline at end of file