.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. /local.properties
  18. *.dll
  19. *.so
  20. *.jnilib
  21. *.dylib
  22. *.iml
  23. *.class
  24. *.jtxt
  25. .gradletasknamecache
  26. .DS_Store
  27. /jme3-core/src/main/resources/com/jme3/system/version.properties
  28. /jme3-*/build/
  29. /jme3-*/bin/
  30. /jme3-bullet-native/bullet3.zip
  31. /jme3-bullet-native/bullet3-*/
  32. /jme3-bullet-native/src/native/cpp/com_jme3_bullet_*.h
  33. /jme3-android-native/openal-soft/
  34. /jme3-android-native/OpenALSoft.zip
  35. /jme3-android-native/src/native/jme_decode/STBI/
  36. /jme3-android-native/src/native/jme_decode/Tremor/
  37. /jme3-android-native/stb_image.h
  38. /jme3-examples/private/
  39. !/jme3-vr/src/main/resources/**/*.dylib
  40. !/jme3-vr/src/main/resources/**/*.so
  41. !/jme3-vr/src/main/resources/**/*.so.dbg
  42. !/jme3-vr/src/main/resources/**/*.dll
  43. !/jme3-vr/src/main/resources/**/*.pdb
  44. /buildMaven.bat
  45. /private
  46. .travis.yml
  47. appveyor.yml
  48. javadoc_deploy
  49. javadoc_deploy.pub
  50. !.vscode/settings.json
  51. !.vscode/JME_style.xml