Skip to content

Commit

Permalink
ignore build products in the submodules (ignore = dirty)
Browse files Browse the repository at this point in the history
  • Loading branch information
eighthave committed Jun 4, 2015
1 parent 6989f9b commit cd48dd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cd48dd2

Please sign in to comment.