.gitignore 282 字节
Newer Older
Z
Zhang Rui 已提交
1 2
# -----
build/
Z
Zhang Rui 已提交
3
ffmpeg-temp/
4
android/ffmpeg-armv7a
Z
Zhang Rui 已提交
5
ios/ffmpeg-armv7
B
bbcallen 已提交
6
extra
Z
Zhang Rui 已提交
7
.DS_Store
Z
Zhang Rui 已提交
8

Z
Zhang Rui 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
Z
Zhang Rui 已提交
22 23
libs/
obj/
Z
Zhang Rui 已提交
24 25 26 27

# Local configuration file (sdk path, etc)
local.properties