From: Mark Otto Date: Mon, 24 Jun 2013 03:33:37 +0000 (-0700) Subject: add gitignore and editorconfig X-Git-Tag: v3.0.0~81^2~11^2~1^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dffb03c0b235625fc00b8914ea4ad4a961c33c0;p=thirdparty%2Fbootstrap.git add gitignore and editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..ad9d6beae3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# editorconfig.org + +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[Makefile] +indent_style = tab diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..218ceb9f33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Ignore compiled docs +_gh_pages +_site + +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.zip +*.vi +*~ +*.sass-cache +*.ruby-version + +# OS or Editor folders +.DS_Store +._* +Thumbs.db +.cache +.project +.settings +.tmproj +*.esproj +nbproject +*.sublime-project +*.sublime-workspace + +# Komodo +*.komodoproject +.komodotools + +# Folders to ignore +.hg +.svn +.CVS +.idea +node_modules +dist