ignore build products in the submodules (ignore = dirty)
This commit is contained in:
parent
6989f9b2b0
commit
cd48dd2774
|
@ -1,30 +1,40 @@
|
||||||
[submodule "external/tor"]
|
[submodule "external/tor"]
|
||||||
path = external/tor
|
path = external/tor
|
||||||
url = https://git.torproject.org/git/tor.git
|
url = https://git.torproject.org/git/tor.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/libevent"]
|
[submodule "external/libevent"]
|
||||||
path = external/libevent
|
path = external/libevent
|
||||||
url = https://github.com/libevent/libevent.git
|
url = https://github.com/libevent/libevent.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/jtorctl"]
|
[submodule "external/jtorctl"]
|
||||||
path = external/jtorctl
|
path = external/jtorctl
|
||||||
url = https://github.com/guardianproject/jtorctl
|
url = https://github.com/guardianproject/jtorctl
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/openssl"]
|
[submodule "external/openssl"]
|
||||||
path = external/openssl
|
path = external/openssl
|
||||||
url = git://git.openssl.org/openssl
|
url = git://git.openssl.org/openssl
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/iptables"]
|
[submodule "external/iptables"]
|
||||||
path = external/iptables
|
path = external/iptables
|
||||||
url = git://git.netfilter.org/iptables
|
url = git://git.netfilter.org/iptables
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/superuser-commands"]
|
[submodule "external/superuser-commands"]
|
||||||
path = external/superuser-commands
|
path = external/superuser-commands
|
||||||
url = https://github.com/dschuermann/superuser-commands.git
|
url = https://github.com/dschuermann/superuser-commands.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/polipo"]
|
[submodule "external/polipo"]
|
||||||
path = external/polipo
|
path = external/polipo
|
||||||
url = https://github.com/jech/polipo.git
|
url = https://github.com/jech/polipo.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/badvpn"]
|
[submodule "external/badvpn"]
|
||||||
path = external/badvpn
|
path = external/badvpn
|
||||||
url = https://github.com/guardianproject/badvpn.git
|
url = https://github.com/guardianproject/badvpn.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/pluto"]
|
[submodule "external/pluto"]
|
||||||
path = external/pluto
|
path = external/pluto
|
||||||
url = https://github.com/guardianproject/pluto.git
|
url = https://github.com/guardianproject/pluto.git
|
||||||
|
ignore = dirty
|
||||||
[submodule "external/jsocks"]
|
[submodule "external/jsocks"]
|
||||||
path = external/jsocks
|
path = external/jsocks
|
||||||
url = https://github.com/guardianproject/jsocks.git
|
url = https://github.com/guardianproject/jsocks.git
|
||||||
|
ignore = dirty
|
||||||
|
|
Loading…
Reference in New Issue