mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
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.
21 lines
260 B
Plaintext
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
|