third_party_rust_bindgen/.gitignore
Ted Mielczarek 22194a000a Fix gitignore so ripgrep works
ripgrep was failing to search in the bindgen repo:
```
./.gitignore: line 19: error parsing glob '**.orig': invalid use of **; must be one path component
```

Per the gitignore docs it seems like ripgrep is correct and this line is
invalid: https://git-scm.com/docs/gitignore#_pattern_format
2019-01-25 12:03:22 -05:00

20 lines
283 B
Plaintext

# Cargo
target/
*~
bindgen-integration/Cargo.lock
tests/expectations/Cargo.lock
#*#
# Test script output
ir.dot
ir.png
# Output of the --dump-preprocessed-input flag.
__bindgen.*
# Generated by C-Smith
csmith-fuzzing/platform.info
# Backups of test cases from C-Reduce
**/*.orig