diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-13 14:19:52 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-07-13 14:19:52 -0700 |
commit | d910f34d78cedea26f3230756273f3c5e5ceec69 (patch) | |
tree | 68f867f8e09fd8e43df51e3681501064df515012 | |
parent | 84e9521c8a5cd63cfe65f42478ca999812cd069d (diff) |
Ignore the files emitted by the --dump-preprocessed-input flag
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,3 +8,6 @@ tests/expectations/Cargo.lock # Test script output ir.dot ir.png + +# Output of the --dump-preprocessed-input flag. +__bindgen.* |