mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2024-12-13 02:07:14 +00:00
22194a000a
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
20 lines
283 B
Plaintext
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
|