Add bullet extraction directory, bin and vscode config to gitignore
This commit is contained in:
parent
9a6032a087
commit
f60ff58ef0
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
**/.classpath
|
**/.classpath
|
||||||
**/.settings
|
**/.settings
|
||||||
**/.project
|
**/.project
|
||||||
|
**/.vscode
|
||||||
**/out/
|
**/out/
|
||||||
/.gradle/
|
/.gradle/
|
||||||
/.nb-gradle/
|
/.nb-gradle/
|
||||||
@ -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