From 464a0adac035f3da50b38f9ea79dd363a7d85ee9 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Wed, 27 Jan 2016 23:23:18 +0100 Subject: [PATCH] gitignore: ignore backup files from editors etc. Signed-off-by: Abhishek Lekshmanan --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2427b77b930b8..e1f991aec72b8 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,6 @@ GTAGS # common cmake build dir /build + +# editor backup files etc. +\#*\# -- 2.47.3