0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 15:25:19 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Stefan Siegl
1455451e6f ignore .dep files 2022-05-30 14:03:12 +02:00
Peter Kokot
3327f2e359 Add configure.ac to .gitignore
If the phpize script is part of the PHP 7.0 or 7.1 installation there
will be generated configure.in file from the PHP source code as a
part of the old autotools files. If the phpize script is from
PHP 7.2 or above there will be a new configure.ac file generated.
This file is further used to generate the configure script.

Having these files gitignored is useful when developing the extension.
2018-07-21 03:19:07 +02:00
Stefan Siegl
ddfb9ec012
Use Docker w/ ubuntu:xenial base image on Travis 2018-01-05 19:05:00 +01:00
Stefan Siegl
5ca50f5253 (Commandfile) add code coverage reporting 2017-03-12 18:13:35 +01:00
Stefan Siegl
d8d9fba648 update .gitignore so PEAR_PackageFileManager_Git handles it well 2017-03-11 13:05:33 +01:00
Stefan Siegl
cce742a614 add Vagrantfile 2017-01-22 12:19:44 +01:00
Stefan Siegl
c0d15af9cc Ignore .o files
These appear if you directly compile V8Js into PHP
2015-12-30 17:54:25 +01:00
Stefan Siegl
981f502303 ignore run-tests.php valgrind result files 2015-08-02 19:43:58 +02:00
Stefan Siegl
926d160367 ignore run-tests.php helper files 2014-11-13 21:13:24 +01:00
Stefan Siegl
6f27688e9e ignore vim swapfiles 2014-10-19 15:18:09 +00:00
Stefan Siegl
d0037b1886 Add .gitignore file. 2013-06-11 09:21:35 +02:00