diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-01-14 14:24:11 +0100 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-01-14 15:04:46 +0100 |
commit | 516e97efb5a47e6e2b88f1b237f3f9e1c6465832 (patch) | |
tree | f09f8ba3e921874dd710ce0f598178bafbf87c30 | |
parent | 239f910e2a5999ad21c995bcf85441006b69a577 (diff) |
Ignoring pyc and eclipse files
Change-Id: I6883c45b805ba52ed485c634300c86652c9cb9e0
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..97e3a9b14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.pyc +.project +.pydevproject +ci/config/ +deploy/autodeploy.log |