diff options
author | QiLiang <liangqi1@huawei.com> | 2015-12-11 10:54:16 +0000 |
---|---|---|
committer | QiLiang <liangqi1@huawei.com> | 2015-12-11 10:54:16 +0000 |
commit | 8b933fcbd17d800591ffcf37a6af0ff3b410c3e7 (patch) | |
tree | 3d95e79bbd31b9e26cd69b3f0dc057243616a371 /.gitignore | |
parent | 82a002de9648c5e43e13863310f7c279545bd8c9 (diff) |
Clean tmp vim *.swp file and add gitignore file
JIRA:BOTTLENECK-24
Change-Id: I585a82285517475b98768d7092dbdb393ac05e2f
Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
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 |