.gitignore 971 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. **/nbproject/private/
  2. **/.classpath
  3. **/.settings
  4. **/.project
  5. **/.vscode
  6. **/out/
  7. /.gradle/
  8. /.nb-gradle/
  9. /.idea/
  10. /dist/
  11. /build/
  12. /bin/
  13. /netbeans/
  14. /.classpath
  15. /.project
  16. /.settings
  17. *.dll
  18. *.so
  19. *.jnilib
  20. *.dylib
  21. *.iml
  22. *.class
  23. *.jtxt
  24. .gradletasknamecache
  25. .DS_Store
  26. /jme3-core/src/main/resources/com/jme3/system/version.properties
  27. /jme3-*/build/
  28. /jme3-*/bin/
  29. /jme3-bullet-native/bullet3.zip
  30. /jme3-bullet-native/bullet3-*/
  31. /jme3-bullet-native/src/native/cpp/com_jme3_bullet_*.h
  32. /jme3-android-native/openal-soft/
  33. /jme3-android-native/OpenALSoft.zip
  34. /jme3-android-native/src/native/jme_decode/STBI/
  35. /jme3-android-native/src/native/jme_decode/Tremor/
  36. /jme3-android-native/stb_image.h
  37. /jme3-examples/private/
  38. !/jme3-vr/src/main/resources/**/*.dylib
  39. !/jme3-vr/src/main/resources/**/*.so
  40. !/jme3-vr/src/main/resources/**/*.so.dbg
  41. !/jme3-vr/src/main/resources/**/*.dll
  42. !/jme3-vr/src/main/resources/**/*.pdb
  43. /buildMaven.bat
  44. /private
  45. .travis.yml
  46. appveyor.yml
  47. javadoc_deploy
  48. javadoc_deploy.pub