Clean tmp vim *.swp file and add gitignore file 31/4331/1
authorQiLiang <liangqi1@huawei.com>
Fri, 11 Dec 2015 10:54:16 +0000 (10:54 +0000)
committerQiLiang <liangqi1@huawei.com>
Fri, 11 Dec 2015 10:54:16 +0000 (10:54 +0000)
JIRA:BOTTLENECK-24

Change-Id: I585a82285517475b98768d7092dbdb393ac05e2f
Signed-off-by: QiLiang <liangqi1@huawei.com>
.gitignore [new file with mode: 0644]
rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp [deleted file]
rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp [deleted file]
rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp [deleted file]
rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp [deleted file]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..27117f7
--- /dev/null
@@ -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 (file)
index d5d7232..0000000
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 (file)
index b5e7d50..0000000
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 (file)
index 0ab4371..0000000
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 (file)
index bde80e0..0000000
Binary files a/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp and /dev/null differ