From: Alexander Kanevskiy Date: Wed, 9 Oct 2013 14:00:16 +0000 (+0300) Subject: add default ignores X-Git-Url: http://review.tizen.org/git/?p=scm%2Fmeta%2Fgit.git;a=commitdiff_plain;h=763b770e7bf3e3d7be927611584e50dffb826be1 add default ignores --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b416035 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Ignore hidden files +.* +!.gitignore + +# Python +*.py[cod] + +# vim +*.s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +*~ + +# Ignore exports +*.xls +*.json +*.csv + +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. +*.7z +*.jar +*.rar +*.zip +*.gz +*.bzip +*.bz2 +*.xz +*.lzma + +#packing-only formats +*.iso +*.tar + +#package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm