Files
OpenNetworkLinux/.gitignore
2016-05-02 14:00:13 -07:00

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
*~
.#*