diff options
author | rrockru <rrock.ru@gmail.com> | 2014-02-14 18:45:20 +0400 |
---|---|---|
committer | rrockru <rrock.ru@gmail.com> | 2014-02-14 18:45:20 +0400 |
commit | a17d76e60b8eb76613b654818c932ca1ef2806d2 (patch) | |
tree | 744db1875ffe0780af0833398abee2538740b9e3 /.gitignore | |
parent | c12a8e922ff724d7fe9909c16f9a1b5aec7f010b (diff) | |
download | redot-engine-a17d76e60b8eb76613b654818c932ca1ef2806d2.tar.gz |
Fixed build issue on linux (missing webp include path).
Tested on ArchLinux.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b9f3f80af4..d1b3f857d9 100644 --- a/.gitignore +++ b/.gitignore @@ -59,6 +59,8 @@ bld/ *.VisualState.xml TestResult.xml +*.o +*.a *_i.c *_p.c *_i.h |