mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
26 lines
292 B
Plaintext
26 lines
292 B
Plaintext
# Everything in the REPO directory is ignored by default.
|
|
|
|
# Build products
|
|
BUILD/
|
|
dependmodules.x
|
|
*.deb
|
|
*.cpio.gz
|
|
*.sqsh
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Package cache and lock files
|
|
.lock
|
|
.PKGs.cache*
|
|
|
|
# Local module manifest.
|
|
.manifest.mk
|
|
RELEASE/
|
|
|
|
.bash_history
|
|
.buildroot-ccache
|
|
|
|
# temporary files
|
|
*~
|
|
.#*
|