# Ignore original and rejected files in general *.orig *.rej # Ignore patches in top level directory (common place where I generate them) /*.patch # Ignore backup files in general *~ # Ignore default nix output in general result* # C development build .gdbinit .cache/ vgcore.* .gdb_history # Python development __pycache__/ *.py[cod] /env *.egg-info .coverage