diff options
author | Adam Scott <ascott.ca@gmail.com> | 2024-02-02 15:32:27 -0500 |
---|---|---|
committer | Adam Scott <ascott.ca@gmail.com> | 2024-02-03 13:16:42 -0500 |
commit | 2696fee3c6b08cd9645a61ebf08b84fd70be5a72 (patch) | |
tree | 82447cd7371efce79a623fe3156311fe4bfe0e7a /.gitignore | |
parent | 10e111477db68fe65776a1d68fb1ffccaf6520fc (diff) | |
download | redot-engine-2696fee3c6b08cd9645a61ebf08b84fd70be5a72.tar.gz |
Add basic Emacs .gitignore entries
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c6f279a9c..51b6f66dca 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,10 @@ cppcheck-cppcheck-build-dir/ *.pydevproject *.launch +# Emacs +\#*\# +.\#* + # GCOV code coverage *.gcda *.gcno |