Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty Stanley-Jones committed Sep 29, 2016
1 parent 978130d commit 3165f14
Show file tree
Hide file tree
Showing 644 changed files with 67,506 additions and 82 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

51 changes: 0 additions & 51 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
OSS-LICENSES
.DS_Store
shell/shell
shell/shell-history
shell/out.txt
shell/shell-config.json
shell/shell-env.json
shell9pAPI/shell9pAPI
shell9pAPI/sftp/sftp
shell/sftpKeys
shellAgent/shellAgent
shellAgent/hostKey.pem
shell/key.pem
shell/key.pub
agentSDK/node/node_modules/*
!agentSDK/node/node_modules/dockersdk
agentSDK/lib/agentlib.dylib
agentSDK/node/key.pem
agentSDK/node/keyC.pem
agentSDK/node/keyNode.pem
_tests
all-packages.txt

# ignore compiled binaries
v1/agent/agent
v1/agent/com.docker.agent.exe
v1/cmd/proxy/proxy.exe

# ignore generated SSH keys
v1/clitool/key.pem
v1/agent/hostKey.pem

# ignore files generated by cli testing
v1/agent/application_storage
v1/bin
v1/cmd/agent/agent

v1/db/irmin/_build
v1/db/irmin9p/irmin9p
v1/vendor/github.com/mortdeus/go9p/srv/examples/ufs/ufs

# ignore compiled boot2docker, since we will rebuild it
v1/boot2docker/boot2docker-data.img.tar
v1/boot2docker/vmlinuz64
v1/boot2docker/initrd.img
v1/devtool_sdk/libsrpc/libsrpc
v1/devtool_sdk/libsrpc/libsrpc.dylib
v1/devtool_sdk/libsrpc/libsrpc.h

# ignore temporary files from editors
*.swp
*~
*.sdf
*.VC.opendb

_cache

# PLEASE DON'T PUT SUBPROJECT IGNORE PATTERNS HERE.
# PUT THEM IN THE SUBPROJECT'S .gitignore FILE.
# THIS MAKES MAINTENANCE EASIER. THANK YOU.
v1/mac/dependencies
v1/mac/bin/Windows/Dependencies/HyperVInstaller.ps1
Loading

0 comments on commit 3165f14

Please sign in to comment.