.gitignore: merge gitignores into a single top-level file
This commit is contained in:
parent
57d2ff4b19
commit
3978720dc9
4 changed files with 7 additions and 11 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
/Cargo.lock
|
||||||
|
/bench/perf.*
|
||||||
|
/bench/coverage.sh
|
||||||
|
/parser/perf.*
|
||||||
|
/parser/coverage.sh
|
||||||
|
/target
|
||||||
|
*.swp
|
1
bench/.gitignore
vendored
1
bench/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/target
|
|
5
parser/.gitignore
vendored
5
parser/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
||||||
target
|
|
||||||
Cargo.lock
|
|
||||||
*.swp
|
|
||||||
/perf.*
|
|
||||||
/coverage.sh
|
|
5
saphyr/.gitignore
vendored
5
saphyr/.gitignore
vendored
|
@ -1,5 +0,0 @@
|
||||||
target
|
|
||||||
Cargo.lock
|
|
||||||
*.swp
|
|
||||||
/perf.*
|
|
||||||
/coverage.sh
|
|
Loading…
Reference in a new issue