summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-07-13 14:19:52 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-07-13 14:19:52 -0700
commitd910f34d78cedea26f3230756273f3c5e5ceec69 (patch)
tree68f867f8e09fd8e43df51e3681501064df515012
parent84e9521c8a5cd63cfe65f42478ca999812cd069d (diff)
Ignore the files emitted by the --dump-preprocessed-input flag
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 906dcfee..b2bfe5aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@ tests/expectations/Cargo.lock
# Test script output
ir.dot
ir.png
+
+# Output of the --dump-preprocessed-input flag.
+__bindgen.*