Add basic Emacs .gitignore entries
(cherry picked from commit 2696fee3c6
)
This commit is contained in:
parent
634f9523c2
commit
782eaa55f7
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -131,6 +131,10 @@ cppcheck-cppcheck-build-dir/
|
||||||
*.pydevproject
|
*.pydevproject
|
||||||
*.launch
|
*.launch
|
||||||
|
|
||||||
|
# Emacs
|
||||||
|
\#*\#
|
||||||
|
.\#*
|
||||||
|
|
||||||
# GCOV code coverage
|
# GCOV code coverage
|
||||||
*.gcda
|
*.gcda
|
||||||
*.gcno
|
*.gcno
|
||||||
|
|
Loading…
Reference in a new issue