diff options
Diffstat (limited to 'gitignore')
-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__/ |