Files
OpenNetworkLinux/.gitignore
Jeffrey Townsend 4e2130a0e7 The package cache should be instanced per-distro.
The package caches contain paths relative to the distro name (from the $BUILD_DIR variable).
As such the cache can become invalid when switching in-place between distro containers.
Keeping the cache instanced per-container makes sure they don't contaminate each other.
2016-04-05 17:02:52 -07:00

21 lines
260 B
Plaintext

# Everything in the REPO directory is ignored by default.
# Build products
BUILD/
dependmodules.x
*.deb
*.cpio.gz
*.sqsh
*.pyc
# Package cache and lock files
.lock
.PKGs.cache*
# Local module manifest.
.manifest.mk
RELEASE/
.bash_history
.buildroot-ccache