aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-12 13:06:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-01 15:19:43 +0200
commitffb20640adea4f02acdcdac1c84c8423b80c3b3d (patch)
treee3f8e3be0063ef596095356386b63cdcbb7e252c
parent9d236fe7d27bf8d3e02db4c01bb9bb0eead49157 (diff)
downloadhardware_replicant_libsamsung-ipc-ffb20640adea4f02acdcdac1c84c8423b80c3b3d.tar.gz
hardware_replicant_libsamsung-ipc-ffb20640adea4f02acdcdac1c84c8423b80c3b3d.tar.bz2
hardware_replicant_libsamsung-ipc-ffb20640adea4f02acdcdac1c84c8423b80c3b3d.zip
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 <GNUtoo@cyberdimension.org>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 900dc6b..ae9223c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# Text editors
+\#.*\#
+*~
+
Makefile.in
Makefile
*.o