Browse Source

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>
pull/45803/head
Aaron Massey 3 years ago committed by Carles Cufí
parent
commit
3f4159c5c7
  1. 2
      .gitignore

2
.gitignore vendored

@ -7,6 +7,8 @@
*.swp *.swp
*.swo *.swo
*~ *~
.\#*
\#*\#
build*/ build*/
!doc/guides/build !doc/guides/build
!tests/drivers/build_all !tests/drivers/build_all

Loading…
Cancel
Save