Add gitignore submodules

This commit is contained in:
thermatk 2020-10-25 15:16:26 +00:00 committed by 世界
parent 132ff01750
commit 0de6577a2b
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
3 changed files with 3 additions and 5 deletions

4
.gitignore vendored
View File

@ -6,10 +6,6 @@ obj/
local.properties
.externalNativeBuild
.cxx
/TMessagesProj/jni/ffmpeg/build/
/TMessagesProj/jni/boringssl/build/
CMakeLists.txt
CMakeLists.txt.orig
service_account_credentials.json
*.aar
*.so

2
.gitmodules vendored
View File

@ -4,9 +4,11 @@
[submodule "TMessagesProj/jni/ffmpeg"]
path = TMessagesProj/jni/ffmpeg
url = https://github.com/FFmpeg/FFmpeg
ignore = dirty
[submodule "TMessagesProj/jni/boringssl"]
path = TMessagesProj/jni/boringssl
url = https://github.com/google/boringssl
ignore = dirty
[submodule "ss-rust/src/main/rust/shadowsocks-rust"]
path = ss-rust/src/main/rust/shadowsocks-rust

View File

@ -6,7 +6,7 @@ if [ ! -x "$(command -v go)" ]; then
# if [ ! -x "$(command -v gvm)" ]; then
#
# apt install -y bison
# apt install -y bison gcc make
# bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
# source "$HOME/.bashrc"
#