Updating .gitignore in order to skip eclipse project configuration to be

send to GitHub
fix-456
Julien Seinturier 8 years ago
parent 06759d1eb3
commit 825b1baccb
  1. 8
      .gitignore

8
.gitignore vendored

@ -1,4 +1,7 @@
**/nbproject/private/
**/.classpath
**/.settings
**/.project
/.gradle/
/.nb-gradle/
/.idea/
@ -35,3 +38,8 @@
!/jme3-bullet-native/libs/native/osx/x86_64/libbulletjme.dylib
!/jme3-bullet-native/libs/native/linux/x86/libbulletjme.so
!/jme3-bullet-native/libs/native/linux/x86_64/libbulletjme.so
!/jme3-vr/src/main/resources/**/*.dylib
!/jme3-vr/src/main/resources/**/*.so
!/jme3-vr/src/main/resources/**/*.so.dbg
!/jme3-vr/src/main/resources/**/*.dll
!/jme3-vr/src/main/resources/**/*.pdb

Loading…
Cancel
Save