34b2b57831
On case-insensitive file systems (e.g., macOS), inclusion of the new standard <version> header resulted in unexpected inclusion of VERSION file. Change-Id: I5be60b42305856f7b45f3a7116c7bf0cb9082ecf
30 lines
274 B
Plaintext
30 lines
274 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
|
|
/VERSION.info
|