mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 17:38:41 +00:00
Ignore .o files
These appear if you directly compile V8Js into PHP
This commit is contained in:
parent
ad4d8e4110
commit
c0d15af9cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
*.lo
|
||||
*.o
|
||||
.deps
|
||||
.libs
|
||||
/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user