From: Nicolas Gallagher Date: Thu, 19 Jan 2012 20:31:45 +0000 (+0000) Subject: Add various always-ignore extensions, files, and folders to `.gitignore` X-Git-Tag: v2.0.0~6^2~262^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c014613a9924a3a3715821ff4b65531bee5b630;p=thirdparty%2Fbootstrap.git Add various always-ignore extensions, files, and folders to `.gitignore` --- diff --git a/.gitignore b/.gitignore index 38ad090992..2da5c5c5d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,36 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.vi +*~ +*.sass-cache + +# OS or Editor folders .DS_Store -js/min \ No newline at end of file +Thumbs.db +.cache +.project +.settings +.tmproj +*.esproj +nbproject +*.sublime-project +*.sublime-workspace + +# Komodo +*.komodoproject +.komodotools + +# Folders to ignore +.hg +.svn +.CVS +.idea + +# Misc +js/min