summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-09-15 14:53:37 -0500
committerDanny Holman <dholman@gymli.org>2024-09-15 14:53:37 -0500
commit4c4314bb0e183d71c7e9f6c71ddccf55a1eed5a5 (patch)
treef3d7cb6a078411b23f87a5b1e8ce3d250d102388 /.gitignore
parent5b2c84c0b6880c66657e6fdd0f802a2187c25d05 (diff)
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 <dholman@gymli.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files 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