0064c1dd91
Major cleanup of all build scripts Change-Id: I6904f034d40adc66366fdf08749900ffb31c68d9
31 lines
286 B
Plaintext
31 lines
286 B
Plaintext
# Emacs
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
*.elc
|
|
.\#*
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Waf build system
|
|
/build/
|
|
.waf-*-*/
|
|
.waf3-*-*/
|
|
.lock-waf*
|
|
|
|
# Compiled python code
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Other
|
|
/unit-tests.conf
|
|
/VERSION
|