diff options
Diffstat (limited to 'windriver/.gitignore')
-rw-r--r-- | windriver/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/windriver/.gitignore b/windriver/.gitignore new file mode 100644 index 00000000..e86d02b0 --- /dev/null +++ b/windriver/.gitignore @@ -0,0 +1,11 @@ +.project +.classpath +.settings/ +.checkstyle +target/ +logs/*.log +*.pyc +.tox +.coverage +htmlcov/ + |