0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-19 01:35:18 +00:00

Ignore .o files

These appear if you directly compile V8Js into PHP
This commit is contained in:
Stefan Siegl 2015-12-30 17:54:25 +01:00
parent ad4d8e4110
commit c0d15af9cc

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
*.lo
*.o
.deps
.libs
/Makefile