aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2023-06-27 10:02:48 +0200
committerKarel Kočí <cynerd@email.cz>2023-06-27 10:02:48 +0200
commit56c863516fec20ca82bc3c832aa0f33e257d3650 (patch)
tree4aac330ef02ed8da09caa38c3365f67dc5c57a68
parent7e59c24fee01c57a31d297cd24ff2ba0754f16a4 (diff)
downloadmyconfigs-56c863516fec20ca82bc3c832aa0f33e257d3650.tar.gz
myconfigs-56c863516fec20ca82bc3c832aa0f33e257d3650.tar.bz2
myconfigs-56c863516fec20ca82bc3c832aa0f33e257d3650.zip
gitignore: update my build specific ignores
-rw-r--r--gitignore7
1 files changed, 3 insertions, 4 deletions
diff --git a/gitignore b/gitignore
index ac3d0c0..c1b7b44 100644
--- a/gitignore
+++ b/gitignore
@@ -8,14 +8,13 @@
# Ignore backup files in general
*~
-# Ignore default meson output in general
-result
+# Ignore default nix output in general
+result*
# C development
+build
.gdbinit
.cache/
-compile_commands.json
-compile_commands.events.json
# Python development
__pycache__/