.gitignore 1020 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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
  49. !.vscode/settings.json
  50. !.vscode/JME_style.xml