Removed white space at EOL, added some EOLs at EOF
Many code editors are set to do this automatically now, so it ends up being annoying to scrape back out of commits to keep them easily reviewable. Also added '.DS_Store' and 'build' entries to .gitignore
This commit is contained in:
parent
7b571a7fc7
commit
00dd1504d9
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -50,3 +50,9 @@ modules.order
|
|||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# MacOS
|
||||
.DS_Store
|
||||
|
||||
# ESP-IDF build dir
|
||||
build
|
||||
|
|
Loading…
Reference in a new issue