From: QiLiang Date: Fri, 11 Dec 2015 10:54:16 +0000 (+0000) Subject: Clean tmp vim *.swp file and add gitignore file X-Git-Tag: brahmaputra.1.0~71 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=bottlenecks.git;a=commitdiff_plain;h=8b933fcbd17d800591ffcf37a6af0ff3b410c3e7 Clean tmp vim *.swp file and add gitignore file JIRA:BOTTLENECK-24 Change-Id: I585a82285517475b98768d7092dbdb393ac05e2f Signed-off-by: QiLiang --- 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