Bug 1267351 - Add lextab.py (generated during a reftest run) to .hgignore and .gitignore. r=glandium DONTBUILD

MozReview-Commit-ID: cuTju8o92D

--HG--
extra : source : fe8bca53fa0e083de654ff3b59d418ab9f67b4bc
extra : amend_source : 0fde095e5cee002cfb22c2ac4ffede5d72d3a581
extra : intermediate-source : da950d23f132265820b36bb53a7d38b6e1c9f65e
extra : histedit_source : 409c38c639894b51d2f9ea85532b571603669cb3
This commit is contained in:
Botond Ballo 2016-04-25 14:28:46 -04:00
parent b31db5b19b
commit 1f21867fb0
2 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -116,3 +116,6 @@ testing/talos/lib/
testing/talos/talos/tests/tp5n.zip
testing/talos/talos/tests/tp5n
testing/talos/talos/tests/devtools/damp.manifest.develop
# Ignore files created when running a reftest.
lextab.py

View File

@ -133,3 +133,6 @@ GPATH
^testing/talos/talos/tests/tp5n.zip
^testing/talos/talos/tests/tp5n
^testing/talos/talos/tests/devtools/damp.manifest.develop
# Ignore files created when running a reftest.
^lextab.py$