From e4b4c70d9267d030ab3663d9a6b0fc20f03d9836 Mon Sep 17 00:00:00 2001 From: techhanx Date: Wed, 16 Oct 2019 18:44:29 +0900 Subject: [PATCH] Delete IDE releated files in .gitignore The IDE is a user preference, and they should configure in individual envrionment. Delete IDE releated files in the gitignore. --- .gitignore | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitignore b/.gitignore index e2736d2cb..d2a810c1e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,18 +4,6 @@ # docker build /deploy/cephcsi/image/cephcsi -# 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