Bug 1513036: Ignore files generated in the source tree by lalrpop. r=ted

This commit is contained in:
Dave Townsend 2018-12-10 11:05:01 -08:00
parent df1d0673b0
commit 78cd66e19c
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -156,3 +156,6 @@ lextab.py
# Ignore temp files created by patch command.
*.orig
*.rej
# Ignore file generated by lalrpop at build time.
third_party/rust/lalrpop/src/parser/lrgrammar.rs

View File

@ -189,3 +189,6 @@ subinclude:servo/.hgignore
^testing/raptor/raptor-venv
^testing/raptor/raptor/tests/.*.json
^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