diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-30 16:13:17 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-04-30 16:13:17 -0700 |
commit | 5185103692bdae6b4b14fe147c5354354450c1a3 (patch) | |
tree | 7e6a2113fe69ab2c57bf1fcbc84cb1cf3b2659d4 /.gitignore | |
parent | 3ac23165c78dc98c8e58180c58959624091fec00 (diff) | |
download | infinitytier-5185103692bdae6b4b14fe147c5354354450c1a3.tar.gz infinitytier-5185103692bdae6b4b14fe147c5354354450c1a3.zip |
Fix to create-test-root-topology.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -34,13 +34,8 @@ .qmake.stash *.autosave /ZeroTier One.dmg +/root-topology/bin2c +/root-topology/mktopology /root-topology/*.secret -/testnet/local-testnet/n???? -/testnet/local-testnet/*/peers.persist -/testnet/local-testnet/*/authtoken.secret -/testnet/local-testnet/*/*.log -/testnet/local-testnet/*/*.old -/testnet/local-testnet/*/root-topology -/testnet/local-testnet/*/local.conf -/testnet/local-testnet/*/networks.d -/netconf/netconf.db +/root-topology/test/supernodes +/root-topology/test/test-root-topology |