diff options
author | Karel Kočí <karel.koci@nic.cz> | 2020-10-08 07:19:40 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2020-10-08 07:19:40 +0200 |
commit | 2d6b90df351156ed9208a8e5a850ea691dc3c29d (patch) | |
tree | 3b55eb1da0ffe62c69897c3763c6ce4948af43f2 | |
parent | 060463dcc74e5a6c7f49f504676ca4712af566ee (diff) | |
download | myconfigs-2d6b90df351156ed9208a8e5a850ea691dc3c29d.tar.gz myconfigs-2d6b90df351156ed9208a8e5a850ea691dc3c29d.tar.bz2 myconfigs-2d6b90df351156ed9208a8e5a850ea691dc3c29d.zip |
gitignore: expand
-rw-r--r-- | gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,4 +1,17 @@ +# 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 +*~ + # C development .gdbinit .ccls-cache/ compile_commands.json + +# Common python environment directory +/env |