Update gitignore. Move android-support-v4 to unused directory. It's used only in google play builds
This commit is contained in:
parent
da3c921ea8
commit
abf3e99896
2 changed files with 9 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,12 +1,20 @@
|
||||||
|
|
||||||
|
# Build data
|
||||||
libs
|
libs
|
||||||
obj
|
obj
|
||||||
bin
|
bin
|
||||||
gen
|
gen
|
||||||
|
|
||||||
|
# Private info
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
|
# Builds
|
||||||
*.apk
|
*.apk
|
||||||
|
|
||||||
assets/extras.pak
|
# VKontakte gives a shit when uploading APK
|
||||||
|
*.bin
|
||||||
|
|
||||||
|
# Generated
|
||||||
|
assets/extras.pak
|
||||||
res/values/git-rev.xml
|
res/values/git-rev.xml
|
||||||
|
src/in/celest/xash3d/XashConfig.java
|
||||||
|
|
BIN
unused/android-support-v4.jar
Normal file
BIN
unused/android-support-v4.jar
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue