aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-12-30 23:23:24 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-01-02 23:49:26 +0100
commit84be9123efdb58464b779fc5d0e963769c12a900 (patch)
tree37cc818c7b2bfbf1899716b2e486a9c7fecde3bf /.gitignore
parentb730264d80d880557cb64d3108ddafde2dd93fe4 (diff)
.gitignore: ignore files created by patch command
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 21c053c..670fa4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,10 @@
# backup and temporary files
*~
-# patches
+# patches and related files
+*.orig
*.patch
+*.rej
# html files (as generated from markdown)
*.html