diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-01-14 14:24:11 +0100 |
---|---|---|
committer | Stefan Berg <sfb@consultron.com> | 2016-01-29 13:59:45 +0100 |
commit | 3b76cca93578c3822bd0910ab23aaccbff9015c8 (patch) | |
tree | 9589984bb1ee3096c32983b4935555869a473e5b /.gitignore | |
parent | 0404985fca063a2a1f68ead9aad8a220f2cf5bcc (diff) |
Ignoring pyc and eclipse files
Change-Id: I6883c45b805ba52ed485c634300c86652c9cb9e0
(cherry picked from commit 516e97efb5a47e6e2b88f1b237f3f9e1c6465832)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 33a0451bb..97e3a9b14 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -*~ -.*.sw? -/docs_build/ -/docs_output/ -/releng/ +*.pyc +.project +.pydevproject +ci/config/ +deploy/autodeploy.log |