From 8b933fcbd17d800591ffcf37a6af0ff3b410c3e7 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Fri, 11 Dec 2015 10:54:16 +0000 Subject: Clean tmp vim *.swp file and add gitignore file JIRA:BOTTLENECK-24 Change-Id: I585a82285517475b98768d7092dbdb393ac05e2f Signed-off-by: QiLiang --- .gitignore | 26 +++++++++++++++++++++ .../1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp | Bin 12288 -> 0 bytes .../1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp | Bin 12288 -> 0 bytes rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp | Bin 20480 -> 0 bytes .../rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp | Bin 12288 -> 0 bytes 5 files changed, 26 insertions(+) create mode 100644 .gitignore delete mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp delete mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp delete mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp delete mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..27117f79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.pyc +.vimrc +.ropeproject +.settings/ +.eggs/ +*.orig +*.BACKUP.* +*.BASE.* +*.LOCAL.* +*.REMOTE.* +*.yml +*.egg +*.egg-info +*.swp +build +htmlcov +.agignore +.coverage +Session*.vim +.tags* +.coverage.* +*~ +setuptools*zip +dist/ +pep8.log +test.log diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp deleted file mode 100644 index d5d72329..00000000 Binary files a/rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp and /dev/null differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp deleted file mode 100644 index b5e7d50d..00000000 Binary files a/rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp and /dev/null differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp deleted file mode 100644 index 0ab43719..00000000 Binary files a/rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp and /dev/null differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp deleted file mode 100644 index bde80e05..00000000 Binary files a/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp and /dev/null differ -- cgit 1.2.3-korg