cb9fa2624a
This just brings over the whitespace linter and updates any files that may have been out of compliance. It's also a small update to .gitignore to not care about the .out files generated by a make cover command. Change-Id: I3e5a4f170f0fd7724949708a290a1e13def834fb
17 lines
155 B
Plaintext
17 lines
155 B
Plaintext
# Coverage File
|
|
*.out
|
|
tools/bin
|
|
tools/*node*
|
|
|
|
# Generated binaries
|
|
bin
|
|
|
|
# Developer IDE
|
|
.idea/
|
|
|
|
# Node modules
|
|
web/node_modules
|
|
|
|
# Sphinx build venv
|
|
.tox/
|