Skip to content

Commit

Permalink
Add gitignore submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk authored and nekohasekai committed Oct 25, 2020
1 parent 132ff01 commit 0de6577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/update_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
#
Expand Down

0 comments on commit 0de6577

Please sign in to comment.