.gitignore 166 B

12345678910111213141516
  1. # Files from compilation and tests
  2. *.o
  3. *.so
  4. *.gch
  5. *.exe
  6. *.stackdump
  7. *.log
  8. __pycache__
  9. demo-extractpld
  10. demo-extracttexture
  11. demo-extractmesh
  12. # Test files
  13. *.dds
  14. *.pld*