mirror of
https://github.com/Telecominfraproject/oopt-goldstone.git
synced 2025-10-29 01:02:33 +00:00
29 lines
314 B
Plaintext
29 lines
314 B
Plaintext
# Everything in the REPO directory is ignored by default.
|
|
|
|
# Build products
|
|
BUILD/
|
|
dependmodules.x
|
|
*.deb
|
|
*.cpio.gz
|
|
*.sqsh
|
|
*.pyc
|
|
*.pyo
|
|
*.ko
|
|
|
|
# Package cache and lock files
|
|
.lock
|
|
.PKGs.cache*
|
|
|
|
# Local module manifest.
|
|
.manifest.mk
|
|
RELEASE/
|
|
|
|
.bash_history
|
|
.buildroot-ccache
|
|
|
|
# temporary files
|
|
*~
|
|
.#*
|
|
|
|
.python-version
|