diff options
| author | Nicolas Gallagher <[email protected]> | 2012-01-19 20:31:45 +0000 |
|---|---|---|
| committer | Nicolas Gallagher <[email protected]> | 2012-01-19 20:32:57 +0000 |
| commit | 1c014613a9924a3a3715821ff4b65531bee5b630 (patch) | |
| tree | 1fc35c654e8f83769dbaf58d4ea02740cdfb601c | |
| parent | ab8f2e2767be77120fedb07269dc7db078101dba (diff) | |
| download | bootstrap-1c014613a9924a3a3715821ff4b65531bee5b630.tar.xz bootstrap-1c014613a9924a3a3715821ff4b65531bee5b630.zip | |
Add various always-ignore extensions, files, and folders to `.gitignore`
| -rw-r--r-- | .gitignore | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 38ad09099..2da5c5c5d 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 |
