mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 09:17:08 +00:00
21 lines
237 B
Plaintext
21 lines
237 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
|
|
.PKGs.cache.lock
|
|
|
|
# Local module manifest.
|
|
.manifest.mk
|
|
|
|
|
|
|