From ea753d41e27d1c0c845738ca715ced044aef8197 Mon Sep 17 00:00:00 2001 From: Huamin Chen Date: Wed, 17 Jan 2018 15:38:09 -0500 Subject: [PATCH] add git ignore Signed-off-by: Huamin Chen --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..a20ef19ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# build directory +/output*/ +/_output*/ +/_output + +# docker build +/deploy/docker/rbdplugin + +# Emacs save files +*~ +\#*\# +.\#* + +# Vim-related files +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist + +# git merge files +*.orig +*.patch +*.rej