From c9b8587b6288f42b76b1ad5511b76f86b513d8a5 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 16 May 2019 13:54:41 +0200 Subject: [PATCH] Update .gitignore Change-Id: I13f59324cd3f7bf0deef98c499843936e5ac927c --- .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/.gitignore b/.gitignore index 9d79fbce6..9ab61ac09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,62 @@ # IDE files/directories .idea/ + +# Packages +# it's better to unpack these files and commit the raw source +# git has its own built in compression methods +*.7z +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip + +# OS generated files +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.venv +venv/ + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +.hypothesis/ + +# Logs and other temporary files +*.log +*.retry +*.swp + +# track these files, if they exist +!.gitignore -- 2.25.1