diff options
author | Karel Kočí <cynerd@email.cz> | 2023-06-27 10:02:48 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-06-27 10:02:48 +0200 |
commit | 56c863516fec20ca82bc3c832aa0f33e257d3650 (patch) | |
tree | 4aac330ef02ed8da09caa38c3365f67dc5c57a68 | |
parent | 7e59c24fee01c57a31d297cd24ff2ba0754f16a4 (diff) | |
download | myconfigs-56c863516fec20ca82bc3c832aa0f33e257d3650.tar.gz myconfigs-56c863516fec20ca82bc3c832aa0f33e257d3650.tar.bz2 myconfigs-56c863516fec20ca82bc3c832aa0f33e257d3650.zip |
gitignore: update my build specific ignores
-rw-r--r-- | gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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__/ |