Bug 1251246 - Add old-configure and js/src/old-configure to .hgignore and .gitignore. r=glandium

MozReview-Commit-ID: 1NRspN2lgNY
This commit is contained in:
Panos Astithas 2016-02-25 17:01:55 +02:00
Родитель f769db6251
Коммит 9c4b134e90
2 изменённых файлов: 4 добавлений и 0 удалений

2
.gitignore поставляемый
Просмотреть файл

@ -23,6 +23,7 @@ ID
/.mozconfig* /.mozconfig*
/mozconfig /mozconfig
/configure /configure
/old-configure
/config.cache /config.cache
/config.log /config.log
/.clang_complete /.clang_complete
@ -40,6 +41,7 @@ _OPT.OBJ/
# SpiderMonkey configury # SpiderMonkey configury
js/src/configure js/src/configure
js/src/old-configure
js/src/autom4te.cache js/src/autom4te.cache
# SpiderMonkey test result logs # SpiderMonkey test result logs
js/src/tests/results-*.html js/src/tests/results-*.html

Просмотреть файл

@ -19,6 +19,7 @@
^\.mozconfig ^\.mozconfig
^mozconfig* ^mozconfig*
^configure$ ^configure$
^old-configure$
^config\.cache$ ^config\.cache$
^config\.log$ ^config\.log$
^\.clang_complete ^\.clang_complete
@ -37,6 +38,7 @@ _OPT\.OBJ/
# SpiderMonkey configury # SpiderMonkey configury
^js/src/configure$ ^js/src/configure$
^js/src/old-configure$
^js/src/autom4te.cache$ ^js/src/autom4te.cache$
# SpiderMonkey test result logs # SpiderMonkey test result logs
^js/src/tests/results-.*\.(html|txt)$ ^js/src/tests/results-.*\.(html|txt)$