diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 13:35:52 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-28 13:35:52 -0700 |
commit | 1cae7327aeabeb4546a302c00985fb9413b63443 (patch) | |
tree | 77218b3a67aa2bb72e2f562e8e3917fe0b0ac808 /.gitignore | |
parent | c03550de3598e3c55ea6c181148286b8673b6df1 (diff) | |
download | infinitytier-1cae7327aeabeb4546a302c00985fb9413b63443.tar.gz infinitytier-1cae7327aeabeb4546a302c00985fb9413b63443.zip |
Basic Dockerfile for building test agents.
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -34,7 +34,7 @@ Thumbs.db /world/mkworld /world/*.c25519 -# Miscellaneous file types that we don't want to check in +# Miscellaneous temporaries, build files, etc. *.log *.opensdf *.user @@ -50,10 +50,9 @@ Thumbs.db *.autosave *.tmp node_modules - -# cluster-geo stuff cluster-geo/cluster-geo/config.js cluster-geo/cluster-geo/cache.* +tests/http/zerotier-one # MacGap wrapper build files /ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/* |