X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=.gitignore;h=9ab61ac093c0944c8e21b1205da802661522e75a;hb=1317f9eeeb7105cab08285c6fcfd56d3065d5b0c;hp=9d79fbce656abad7d1e6084a1816369a34ad1b76;hpb=dfbb40b283f9608e0757b0e509fe757efd0cd1b9;p=infra%2Fcicd.git 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