X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=blobdiff_plain;f=.gitignore;fp=.gitignore;h=9a27f6a1ada317f3230d0e8dc3a7c5e920c45337;hp=0000000000000000000000000000000000000000;hb=0ee637017774692ae73514e146f25c8973c3bffe;hpb=3db382c1263ee71f838ab17b4a1595c1300d34f7 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a27f6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,65 @@ +# 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 + +# engine temporary files +engine/inventory/inventory.ini +engine/inventory/bifrost_inventory.py +engine/inventory/group_vars/all/pdf.yaml +engine/inventory/group_vars/all/idf.yaml