diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-03 09:57:46 +0000 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-03 09:57:50 +0000 |
commit | 9d4ccc9198321c7cf372b09806f2f1ab00998b82 (patch) | |
tree | 230ff06c1dc212b8974ab2cc24800e20edfe1490 | |
parent | 0e169df6b1e20c326c953743490b62e977e945ee (diff) |
Revert "Ignoring pyc and eclipse files"
This reverts commit 3b76cca93578c3822bd0910ab23aaccbff9015c8.
Change-Id: If66af8c844a1cd77648677c25cfbcc558b1178d7
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index 97e3a9b14..33a0451bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -*.pyc -.project -.pydevproject -ci/config/ -deploy/autodeploy.log +*~ +.*.sw? +/docs_build/ +/docs_output/ +/releng/ |