summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@intel.com>2018-07-27 16:49:02 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-08-07 13:43:28 +0000
commitc5046574c66b835173d00b7ed21e2bc008d5ca5f (patch)
tree914c9d786868d114da1b887986f226fa77422823
parent49a33f93879d96e2bd73018055bfbc4187c3e47e (diff)
downloadphosphor-host-ipmid-c5046574c66b835173d00b7ed21e2bc008d5ca5f.tar.gz
phosphor-host-ipmid-c5046574c66b835173d00b7ed21e2bc008d5ca5f.zip
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 <vernon.mauery@intel.com>
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
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/
OpenPOWER on IntegriCloud