From 4c4314bb0e183d71c7e9f6c71ddccf55a1eed5a5 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Sun, 15 Sep 2024 14:53:37 -0500 Subject: gitignore: add files generated by the build system Add files to .gitignore that are generated by the build system during compile time. These files will be specific to each developer or user, so these should not be in the master repository. Signed-off-by: Danny Holman --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index add216e..ca27a7a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,15 @@ ncscope.* tags TAGS -# Output directory -bin/ +# CMake leavings +CMakeFiles/ +CMakeScripts/ +_deps/ +CMakeLists.txt.user +CMakeCache.txt +CMakeUserPresets.json +cmake_install.cmake +compile_commands.json +CTestTestfile.cmake +install_manifest.txt +Makefile -- cgit v1.2.3