forked from mirrors/gecko-dev
Bug 1513036: Ignore files generated in the source tree by lalrpop. r=ted
This commit is contained in:
parent
df1d0673b0
commit
78cd66e19c
2 changed files with 6 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -156,3 +156,6 @@ lextab.py
|
||||||
# Ignore temp files created by patch command.
|
# Ignore temp files created by patch command.
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
|
# Ignore file generated by lalrpop at build time.
|
||||||
|
third_party/rust/lalrpop/src/parser/lrgrammar.rs
|
||||||
|
|
|
||||||
|
|
@ -189,3 +189,6 @@ subinclude:servo/.hgignore
|
||||||
^testing/raptor/raptor-venv
|
^testing/raptor/raptor-venv
|
||||||
^testing/raptor/raptor/tests/.*.json
|
^testing/raptor/raptor/tests/.*.json
|
||||||
^testing/raptor/webext/raptor/auto_gen_test_config.js
|
^testing/raptor/webext/raptor/auto_gen_test_config.js
|
||||||
|
|
||||||
|
# Ignore file generated by lalrpop at build time.
|
||||||
|
^third_party/rust/lalrpop/src/parser/lrgrammar.rs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue