aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-03-24 11:17:21 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-03-24 11:17:21 -0400
commita09e60de2524a20f3db14d06db0a888b35708af6 (patch)
tree4a7e17ad8b924f586b32b376de87695d1e8202a1 /.gitignore
parent17eb24233481eec2d538dc9deb39fb1331ff0b79 (diff)
downloaddo-a09e60de2524a20f3db14d06db0a888b35708af6.tar.gz
Ignore build directories
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 845cda6..071c891 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,7 @@ dkms.conf
# debug information files
*.dwo
+
+# Other
+build
+cmake-build-*