mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-11-22 12:05:13 +01:00
Add gitignore submodules
This commit is contained in:
parent
132ff01750
commit
0de6577a2b
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
2
.gitmodules
vendored
@ -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
|
||||
|
@ -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"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user