mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-01-19 05:34:58 +00:00
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
This commit is contained in:
parent
8747bc9c28
commit
22194a000a
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,4 +16,4 @@ __bindgen.*
|
||||
csmith-fuzzing/platform.info
|
||||
|
||||
# Backups of test cases from C-Reduce
|
||||
**.orig
|
||||
**/*.orig
|
||||
|
Loading…
x
Reference in New Issue
Block a user