pipeline/.gitignore
Jason Hall 3407dc6efb Include vendored source in release-built images
This adds logic to the nightly release Task that targz's up everything
in vendor/ and includes it in ko-built container images. Some of our
dependencies' licenses require their source to be included in
distributed artifacts (like container images).

Once we've determined this works fine for nightly releases, I'll copy
this to publish.yaml so it's also done for official releases.
2019-09-20 09:06:11 -05:00

49 lines
493 B
Plaintext

# MacOS file viewer garbage.
.DS_Store
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Emacs garbage
*~
# VSCode config
.vscode
# JetBrains IDE config
.idea
# Python
*.pyc
# Release-generated source archives, just in case they get committed
# accidentally.
cmd/*/kodata/source.tar.gz