polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

.gitignore (235B)


      1 *.o
      2 *.so
      3 polyadvent
      4 /TAGS
      5 *.d
      6 /test/test_animation
      7 /test/test_resource
      8 /test/test_scene
      9 /archive
     10 *.zip
     11 /tools/compile-model
     12 /samples.bin
     13 /test/test_dae
     14 /data/models/*.mdl
     15 data/models/third-party-src/
     16 /.build-result
     17 /.buildcmd
     18 /.direnv