summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-08-17 08:18:40 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-08-17 08:18:40 -0700
commit51468f2a9b7509fb0e698ef70a501fdb76230671 (patch)
treec90e8f358b6711dca0f181d1f064053211585fef /.gitignore
parentb168e4f843905d35ef7e41ff84d3f00ee795996d (diff)
downloadpkg-config-51468f2a9b7509fb0e698ef70a501fdb76230671.tar.gz
Ignore patch backup files
When reapplying the glib patches we often end up with .orig files when the hunks have moved. Any backup suffix is possible, but this is the default from patch(1).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7845f92..061a75d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
*.a
*.so
*.exe
+*.orig
.deps/
.libs/
INSTALL