ignore build products in the submodules (ignore = dirty)

This commit is contained in:
Hans-Christoph Steiner 2015-06-04 15:29:03 -04:00
parent 6989f9b2b0
commit cd48dd2774
1 changed files with 10 additions and 0 deletions

10
.gitmodules vendored
View File

@ -1,30 +1,40 @@
[submodule "external/tor"]
path = external/tor
url = https://git.torproject.org/git/tor.git
ignore = dirty
[submodule "external/libevent"]
path = external/libevent
url = https://github.com/libevent/libevent.git
ignore = dirty
[submodule "external/jtorctl"]
path = external/jtorctl
url = https://github.com/guardianproject/jtorctl
ignore = dirty
[submodule "external/openssl"]
path = external/openssl
url = git://git.openssl.org/openssl
ignore = dirty
[submodule "external/iptables"]
path = external/iptables
url = git://git.netfilter.org/iptables
ignore = dirty
[submodule "external/superuser-commands"]
path = external/superuser-commands
url = https://github.com/dschuermann/superuser-commands.git
ignore = dirty
[submodule "external/polipo"]
path = external/polipo
url = https://github.com/jech/polipo.git
ignore = dirty
[submodule "external/badvpn"]
path = external/badvpn
url = https://github.com/guardianproject/badvpn.git
ignore = dirty
[submodule "external/pluto"]
path = external/pluto
url = https://github.com/guardianproject/pluto.git
ignore = dirty
[submodule "external/jsocks"]
path = external/jsocks
url = https://github.com/guardianproject/jsocks.git
ignore = dirty