[PATCH v3 3/6] Ignore *~ and #*# files.
Daniel Axtens
dja at axtens.net
Tue Aug 9 14:27:38 AEST 2016
Reviewed-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
Signed-off-by: Daniel Axtens <dja at axtens.net>
---
v3:
- Add #*# pattern, thanks Andrew.
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index ea1af7006e39..b3af3a480d81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,8 @@
.*
*.pyc
*.patch
+*~
+\#*\#
#
# Top-level generic files
--
2.7.4
More information about the Patchwork
mailing list