diff options
author | Hans Feldt <hans.feldt@ericsson.com> | 2015-05-12 10:44:51 +0200 |
---|---|---|
committer | Hans Feldt <hans.feldt@ericsson.com> | 2015-05-12 13:31:09 +0200 |
commit | cf885a4e0d5d20546e858cd3c9ed427e43e7f8cf (patch) | |
tree | 0c04d40cf8ba596eb6bc4b6847660260470e9cd7 /.gitignore | |
parent | 03c95f74e110b0238fb0e5842c353dd4841bcb83 (diff) |
add gitignore file
JIRA: -
Change-Id: Ibddb67cd6699f84e2adafcef9fc5d53796d546d2
Signed-off-by: Hans Feldt <hans.feldt@ericsson.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 000000000..dcaa10f42 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +*.pyc +.vimrc +.ropeproject +.settings/ +.eggs/ +*.orig +*.BACKUP.* +*.BASE.* +*.LOCAL.* +*.REMOTE.* +*.yml +*.egg +*.egg-info +build +htmlcov +.agignore +.coverage +Session*.vim +.tags* +.coverage.* +*~ +setuptools*zip +dist/ +pep8.log +test.log + |