89edd8f3a9
On case-insensitive file systems (e.g., macOS), inclusion of the new standard <version> header resulted in unexpected inclusion of VERSION file. Change-Id: I156cb3a49d3ee2139c1c830eaa8b20be00c3fb98
33 lines
294 B
Plaintext
33 lines
294 B
Plaintext
# Emacs
|
|
*~
|
|
\#*\#
|
|
/.emacs.desktop
|
|
/.emacs.desktop.lock
|
|
*.elc
|
|
.\#*
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# KDevelop
|
|
*.kdev*
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# Waf build system
|
|
/build/
|
|
.waf-*-*/
|
|
.waf3-*-*/
|
|
.lock-waf*
|
|
|
|
# Compiled python code
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Other
|
|
/VERSION.info
|