Skip to content

Commit

Permalink
Convert TOML to YAML, tweaks to work with Jekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty Stanley-Jones committed Sep 30, 2016
1 parent 9f31bb7 commit d53c679
Show file tree
Hide file tree
Showing 1,971 changed files with 173,168 additions and 76,593 deletions.
70 changes: 8 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,62 +1,8 @@
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
**/.DS_Store
**/desktop.ini
.bundle/**
.jekyll-metadata
_site/**
.sass-cache/**
CNAME
Gemfile.lock
Loading

0 comments on commit d53c679

Please sign in to comment.