aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2020-10-08 07:19:40 +0200
committerKarel Kočí <karel.koci@nic.cz>2020-10-08 07:19:40 +0200
commit2d6b90df351156ed9208a8e5a850ea691dc3c29d (patch)
tree3b55eb1da0ffe62c69897c3763c6ce4948af43f2
parent060463dcc74e5a6c7f49f504676ca4712af566ee (diff)
downloadmyconfigs-2d6b90df351156ed9208a8e5a850ea691dc3c29d.tar.gz
myconfigs-2d6b90df351156ed9208a8e5a850ea691dc3c29d.tar.bz2
myconfigs-2d6b90df351156ed9208a8e5a850ea691dc3c29d.zip
gitignore: expand
-rw-r--r--gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/gitignore b/gitignore
index 71f7d34..6060c45 100644
--- a/gitignore
+++ b/gitignore
@@ -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