gitignore: Ignore emacs temporary edit files
Emacs creates autosave and temporary files when editing. These should be ignored by git. Signed-off-by: Aaron Massey <aaronmassey@google.com>
This commit is contained in:
parent
e09f78a414
commit
3f4159c5c7
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -7,6 +7,8 @@
|
|||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
.\#*
|
||||
\#*\#
|
||||
build*/
|
||||
!doc/guides/build
|
||||
!tests/drivers/build_all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue