Add bullet extraction directory, bin and vscode config to gitignore
This commit is contained in:
parent
5220659a0b
commit
31aab243e6
6
.gitignore
vendored
6
.gitignore
vendored
@ -2,7 +2,8 @@
|
|||||||
**/.classpath
|
**/.classpath
|
||||||
**/.settings
|
**/.settings
|
||||||
**/.project
|
**/.project
|
||||||
**/out
|
**/.vscode
|
||||||
|
**/out/
|
||||||
/.gradle/
|
/.gradle/
|
||||||
/.nb-gradle/
|
/.nb-gradle/
|
||||||
/.idea/
|
/.idea/
|
||||||
@ -22,8 +23,9 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/jme3-core/src/main/resources/com/jme3/system/version.properties
|
/jme3-core/src/main/resources/com/jme3/system/version.properties
|
||||||
/jme3-*/build/
|
/jme3-*/build/
|
||||||
|
/jme3-*/bin/
|
||||||
/jme3-bullet-native/bullet3.zip
|
/jme3-bullet-native/bullet3.zip
|
||||||
/jme3-bullet-native/bullet3-2.87/
|
/jme3-bullet-native/bullet3-*/
|
||||||
/jme3-bullet-native/src/native/cpp/com_jme3_bullet_*.h
|
/jme3-bullet-native/src/native/cpp/com_jme3_bullet_*.h
|
||||||
/jme3-android-native/openal-soft/
|
/jme3-android-native/openal-soft/
|
||||||
/jme3-android-native/OpenALSoft.zip
|
/jme3-android-native/OpenALSoft.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user