From c60ef88069e862c7135cb194df965b9c823c29f7 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Thu, 6 Oct 2016 16:27:39 +0800 Subject: DO NOT track temporary and package files JIRA: COMPASS-490 Change-Id: Ia3a5c205fbbb86b4541df6a241381ae9c1dc9144 Signed-off-by: QiLiang --- .gitignore | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 55 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c1695038..28617768 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,59 @@ -*~ -.*.sw? +# Compiled source # +################### +*.com +*.class +*.dll +*.exe +*.o +*.so +*.pyc /docs_build/ /docs_output/ /releng/ /work -*.pyc -__main__.log + +# 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 +*.bz2 +*.tbz2 +*.tgz + +# Logs and databases # +###################### +*.log +*.sql +*.sqlite + +# OS generated files # +###################### +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +.idea +.tox +*.sublime* +*.egg-info +Icon? +ehthumbs.db +Thumbs.db +.eggs + +# User driven backup files # +############################ +*~ +.*.sw? +*.bak +*.swp + -- cgit 1.2.3-korg