summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-06-24 11:36:59 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-06-24 11:36:59 +0200
commit2e59bad182649c3ac3e66b970bc8b0f2fef8c906 (patch)
tree105fa21512a5eec1205bc9030d84770d32eae2ff /.gitignore
parentf72460bd5176c0c1a058b6e0e7bd236dfab188c9 (diff)
gitignore: Ignore generated Config
Ignore the build config generated by the configure script. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e46b817..bde10bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,6 +33,9 @@ fuzzing/
# Ignore if someone adapts Makefile
Makefile
+# Ignore build config generated by configure
+Config
+
# Other documentation ignores
*.md
*.ps