diff options
author | Nuno Lopes <nuno@linux.lan> | 2014-08-31 15:19:14 +0100 |
---|---|---|
committer | Nuno Lopes <nuno@linux.lan> | 2014-08-31 15:19:14 +0100 |
commit | 51ce4bd87c4f47150cf2edcf3b6ac0534a462666 (patch) | |
tree | de8e15348992116aeaf17eed1b2d6ba2202c94a6 /.gitignore | |
parent | a3f82ae0eedde80ced142248e26e5a8a11f843ec (diff) | |
download | php-git-51ce4bd87c4f47150cf2edcf3b6ac0534a462666.tar.gz |
add a few more patterns to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b9dd252267..e0943f115c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ *.gcno *.la *.lo +*.loT *.o *.a *.ncb @@ -117,6 +118,12 @@ tests/*/*.php tests/*/*.exp tests/*/*.log tests/*/*.sh +tests/*/*/*.diff +tests/*/*/*.out +tests/*/*/*.php +tests/*/*/*.exp +tests/*/*/*.log +tests/*/*/*.sh */tests/*.diff */tests/*.out */tests/*.php @@ -129,6 +136,12 @@ tests/*/*.sh */tests/*/*.exp */tests/*/*.log */tests/*/*.sh +*/tests/*/*/*.diff +*/tests/*/*/*.out +*/tests/*/*/*.php +*/tests/*/*/*.exp +*/tests/*/*/*.log +*/tests/*/*/*.sh */*/tests/*.diff */*/tests/*.out */*/tests/*.php @@ -141,6 +154,18 @@ tests/*/*.sh */*/tests/*/*.exp */*/tests/*/*.log */*/tests/*/*.sh +*/*/tests/*/*/*.diff +*/*/tests/*/*/*.out +*/*/tests/*/*/*.php +*/*/tests/*/*/*.exp +*/*/tests/*/*/*.log +*/*/tests/*/*/*.sh +*/*/tests/*/*/*/*.diff +*/*/tests/*/*/*/*.out +*/*/tests/*/*/*/*.php +*/*/tests/*/*/*/*.exp +*/*/tests/*/*/*/*.log +*/*/tests/*/*/*/*.sh # Extension specifc ignores ext/*/configure.in |