From ffb20640adea4f02acdcdac1c84c8423b80c3b3d Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 12 May 2021 13:06:45 +0200 Subject: gitignore: Also ignore Emacs and Vim swap files Text editors produce temporary files. They can often be used to recover data in case of computer crash or abrupt shut down. However when using text editors like Emacs and Vim, temporary files often end up in the source directory, so as they are not part of the official libsamsung-ipc source code we need to tell git to ignore them. Signed-off-by: Denis 'GNUtoo' Carikli --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 900dc6b..ae9223c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Text editors +\#.*\# +*~ + Makefile.in Makefile *.o -- cgit v1.2.3