diff options
author | okamstudio <juan@okamstudio.com> | 2014-02-20 23:56:27 -0200 |
---|---|---|
committer | okamstudio <juan@okamstudio.com> | 2014-02-20 23:56:27 -0200 |
commit | 287a6347e66e530350f09f3d66b3ef8e7e868a0b (patch) | |
tree | 3f13a753866ac2953e9b29e00ac081f431009d69 /.gitignore | |
parent | 06eb1a3681735026bb35d62572944bff9aab4bf8 (diff) | |
parent | a17d76e60b8eb76613b654818c932ca1ef2806d2 (diff) |
Merge pull request #74 from rrockru/master
Fixed build issue on linux (missing webp include path).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c3af322294..de9eed200a 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,8 @@ bld/ *.VisualState.xml TestResult.xml +*.o +*.a *_i.c *_p.c *_i.h |