From c5046574c66b835173d00b7ed21e2bc008d5ca5f Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Fri, 27 Jul 2018 16:49:02 -0700 Subject: add more files to the .gitignore list This includes editor temp files, patch rejects, and other build/debug artifacts. Change-Id: I06c52dc36568baae73c1981034f1adf3ede87a82 Signed-off-by: Vernon Mauery --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 8e4dc30..53f37f1 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,13 @@ Makefile /fru-read-gen.cpp /app/*.lo /channel-gen.cpp + +# ignore vim swap files +.*.sw* +# failures from patch +*.orig +*.rej +# backup files from some editors +*~ +.cscope/ +build/ -- cgit v1.2.1