Update .gitignore 19/1219/1
authorFatih Degirmenci <fdegir@gmail.com>
Thu, 16 May 2019 11:54:41 +0000 (13:54 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Thu, 16 May 2019 11:54:41 +0000 (13:54 +0200)
Change-Id: I13f59324cd3f7bf0deef98c499843936e5ac927c

.gitignore

index 9d79fbce656abad7d1e6084a1816369a34ad1b76..9ab61ac093c0944c8e21b1205da802661522e75a 100644 (file)
@@ -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