diff --git a/Actionscript.gitignore b/Actionscript.gitignore index d64cf3cd..f112f7fb 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -3,8 +3,9 @@ bin/ bin-debug/ bin-release/ -# Project property files -.actionScriptProperties -.flexProperties +# Other files and folders .settings/ -.project \ No newline at end of file + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. diff --git a/Android.gitignore b/Android.gitignore index fb8e9e09..648a292a 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,3 +18,12 @@ local.properties # Eclipse project files .classpath .project + +# Proguard folder generated by Eclipse +proguard/ + +# Intellij project files +*.iml +*.ipr +*.iws +.idea/ diff --git a/AppceleratorTitanium.gitignore b/AppceleratorTitanium.gitignore new file mode 100644 index 00000000..3abea559 --- /dev/null +++ b/AppceleratorTitanium.gitignore @@ -0,0 +1,3 @@ +# Build folder and log file +build/ +build.log diff --git a/Bancha.gitignore b/Bancha.gitignore new file mode 100644 index 00000000..2cf7d4fa --- /dev/null +++ b/Bancha.gitignore @@ -0,0 +1,16 @@ +#Logs +application/logs/*.php + +# Content types +/application/xml/types/*.xml + +# Custom builds and generated php files +/core/documentation/build +/core/views/admin/content/translations.php + +# Attachs and cache files # +*.tmp +/attach/cache/ +/attach/ +/application/cache/_bancha/*.css +/application/cache/_bancha/*.js diff --git a/C++.gitignore b/C++.gitignore index 8df9393e..0def2755 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -2,11 +2,20 @@ *.slo *.lo *.o +*.obj # Compiled Dynamic libraries *.so +*.dylib +*.dll # Compiled Static libraries *.lai *.la *.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/C.gitignore b/C.gitignore index 6ca7021a..13d11603 100644 --- a/C.gitignore +++ b/C.gitignore @@ -1,14 +1,19 @@ # Object files *.o +*.ko +*.obj # Libraries *.lib +*.a # Shared objects (inc. Windows DLLs) *.dll *.so +*.so.* +*.dylib # Executables *.exe *.out - +*.app diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..918dd5e3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +Since this repo includes a large and diverse number of programming languages, frameworks, editors, and ecosystems, it's *very helpful* if you can provide a link to information supporting your pull request. Up-to-date, canonical documentation that mentions the files to be ignored is best. + +This ensures we can efficiently go through pull requests and keep quality high. diff --git a/CSharp.gitignore b/CSharp.gitignore deleted file mode 100644 index d9a827e1..00000000 --- a/CSharp.gitignore +++ /dev/null @@ -1,97 +0,0 @@ -# Build Folders (you can keep bin if you'd like, to store dlls and pdbs) -[Bb]in/ -[Oo]bj/ - -# mstest test results -TestResults - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -x64/ -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.vspscc -*.vssscc -.builds - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper* - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Publish Web Output -*.Publish.xml - -# Others -[Bb]in -[Oo]bj -sql -TestResults -[Tt]est[Rr]esult* -*.Cache -ClientBin -[Ss]tyle[Cc]op.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 8438a62f..bd743c4d 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -1,5 +1,7 @@ tmp/* -config/database.php +[Cc]onfig/core.php +[Cc]onfig/database.php app/tmp/* -app/config/database.php -!empty \ No newline at end of file +app/[Cc]onfig/core.php +app/[Cc]onfig/database.php +!empty diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 647a7614..9aa215ad 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,2 +1,3 @@ config/site.php files/cache/* +files/tmp/* diff --git a/Coq.gitignore b/Coq.gitignore index 769bc36c..d3083b3a 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,4 +1,3 @@ *.vo *.glob *.v.d - diff --git a/Dart.gitignore b/Dart.gitignore new file mode 100644 index 00000000..46f57628 --- /dev/null +++ b/Dart.gitignore @@ -0,0 +1,4 @@ +.DS_Store +packages +.project +pubspec.lock diff --git a/Delphi.gitignore b/Delphi.gitignore index 38b6bd0c..ff61420c 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -7,4 +7,4 @@ __history *.map *.exe *.dll -bin/* \ No newline at end of file +bin/* diff --git a/Drupal.gitignore b/Drupal.gitignore index 753eaedc..0a6c20bd 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,23 +1,29 @@ -sites/default/files -sites/default/private -sites/default/settings.php +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. cache/ files/ -/README.txt +sites/*/files +sites/*/private + +# Ignore default text files +.htaccess +robots.txt /CHANGELOG.txt /COPYRIGHT.txt /INSTALL*.txt /LICENSE.txt /MAINTAINERS.txt /UPGRADE.txt -robots.txt +/README.txt sites/all/README.txt sites/all/modules/README.txt sites/all/themes/README.txt -.htaccess -#for non core developer -#only include "sites" folder without exclusions before +# Ignore everything but the "sites" folder ( for non core developer ) +web.config +authorize.php cron.php index.php install.php @@ -29,4 +35,3 @@ xmlrpc.php /profiles /scripts /themes - diff --git a/Eagle.gitignore b/Eagle.gitignore new file mode 100644 index 00000000..a5410348 --- /dev/null +++ b/Eagle.gitignore @@ -0,0 +1,36 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps diff --git a/Erlang.gitignore b/Erlang.gitignore index 64231648..0c20ff0d 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -1,6 +1,6 @@ .eunit deps -priv *.o *.beam -*.plt \ No newline at end of file +*.plt +erl_crash.dump diff --git a/ExpressionEngine.gitignore b/ExpressionEngine.gitignore index c56e7abc..75c9aa49 100644 --- a/ExpressionEngine.gitignore +++ b/ExpressionEngine.gitignore @@ -12,4 +12,4 @@ images/pm_attachments/ sized/ thumbs/ _thumbs/ -*/expressionengine/cache/* \ No newline at end of file +*/expressionengine/cache/* diff --git a/Finale.gitignore b/Finale.gitignore index c8ac293b..7ef08e0c 100644 --- a/Finale.gitignore +++ b/Finale.gitignore @@ -11,4 +11,3 @@ # Some versions of Finale have a bug and randomly save extra copies of # the music source as " copy.mus" *copy.mus - diff --git a/ForceDotCom.gitignore b/ForceDotCom.gitignore index ee95ec3d..3933cd4d 100644 --- a/ForceDotCom.gitignore +++ b/ForceDotCom.gitignore @@ -1,4 +1,4 @@ .project .settings salesforce.schema -Referenced Packages \ No newline at end of file +Referenced Packages diff --git a/GWT.gitignore b/GWT.gitignore index 63e3e9c5..c558713f 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -14,4 +14,3 @@ gwt-unitCache/ # more caches and things from deploy # war/WEB-INF/deploy/ war/WEB-INF/classes/ - diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 386c3330..e9eda68b 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -6,8 +6,10 @@ *.zip *.gz *.bzip +*.bz2 *.xz *.lzma +*.cab #packing-only formats *.iso @@ -19,4 +21,7 @@ *.gem *.egg *.deb -*.rpm \ No newline at end of file +*.rpm +*.msi +*.msm +*.msp diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore index 0f0f06ed..01ba8634 100644 --- a/Global/CVS.gitignore +++ b/Global/CVS.gitignore @@ -1,4 +1,4 @@ /CVS/* */CVS/* .cvsignore -*/.cvsignore \ No newline at end of file +*/.cvsignore diff --git a/Global/Espresso.gitignore b/Global/Espresso.gitignore index 1aaec9c4..1234530b 100644 --- a/Global/Espresso.gitignore +++ b/Global/Espresso.gitignore @@ -1 +1 @@ -*.esproj \ No newline at end of file +*.esproj diff --git a/Global/FlexBuilder.gitignore b/Global/FlexBuilder.gitignore index 86543949..b6ce3f1e 100644 --- a/Global/FlexBuilder.gitignore +++ b/Global/FlexBuilder.gitignore @@ -1,2 +1,2 @@ bin/ -bin-debug/ \ No newline at end of file +bin-debug/ diff --git a/Global/IntelliJ.gitignore b/Global/IntelliJ.gitignore index 7d89b9c0..7576fded 100644 --- a/Global/IntelliJ.gitignore +++ b/Global/IntelliJ.gitignore @@ -2,3 +2,4 @@ *.ipr *.iws .idea/ +out/ diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 38ad907e..b25c15b8 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1 @@ -.* -!.gitignore *~ - -# KDE -.directory diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index bbc35d7e..79bc56cd 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -9,3 +9,8 @@ # OSX / *nix default autosave extension *.m~ +# Compiled MEX binaries (all platforms) +*.mex* + +# Simulink Code Generation +slprj/ diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 5ad43cc4..65b94232 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,4 +1,9 @@ .DS_Store +.AppleDouble +.LSOverride + +# Icon must ends with two \r. +Icon # Thumbnails ._* diff --git a/Global/PhPStorm.gitignore b/Global/PhPStorm.gitignore new file mode 100644 index 00000000..9f11b755 --- /dev/null +++ b/Global/PhPStorm.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/Global/PyCharm.gitignore b/Global/PyCharm.gitignore new file mode 100644 index 00000000..57272810 --- /dev/null +++ b/Global/PyCharm.gitignore @@ -0,0 +1,4 @@ +# PyCharm +# http://www.jetbrains.com/pycharm/webhelp/project.html +.idea +.iml diff --git a/Global/SASS.gitignore b/Global/SASS.gitignore index 6769a156..2c306072 100644 --- a/Global/SASS.gitignore +++ b/Global/SASS.gitignore @@ -1,2 +1,2 @@ ### SASS Ignores - "Sassy CSS" http://sass-lang.com/ -.sass-cache +*.sass-cache diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 3dfc9d7c..af2427d5 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -4,4 +4,4 @@ target/ lib_managed/ src_managed/ -project/boot/ \ No newline at end of file +project/boot/ diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index bb05773d..aea37e0a 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,3 +1,2 @@ # SublimeText project files -/*.sublime-project *.sublime-workspace diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore index cc28fefa..45922ec1 100644 --- a/Global/Tags.gitignore +++ b/Global/Tags.gitignore @@ -1,5 +1,14 @@ -# Ignore tags created by etags and ctags +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope TAGS !TAGS/ tags !tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore new file mode 100644 index 00000000..fb4f44eb --- /dev/null +++ b/Global/VirtualEnv.gitignore @@ -0,0 +1,7 @@ +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ss]cripts diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 9f54263d..41968b07 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,8 +1,15 @@ # Windows image file caches -Thumbs.db +Thumbs.db +ehthumbs.db # Folder config file Desktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp diff --git a/Global/vim.gitignore b/Global/vim.gitignore index dfaefc75..56ecb404 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1,3 +1,6 @@ -.*.sw[a-z] +.*.s[a-w][a-z] +.s[a-w][a-z] *.un~ Session.vim +.netrwhist +*~ diff --git a/Grails.gitignore b/Grails.gitignore index 96f72ec8..605132cf 100644 --- a/Grails.gitignore +++ b/Grails.gitignore @@ -41,4 +41,3 @@ # other *.iws - diff --git a/Joomla.gitignore b/Joomla.gitignore index bcd6feb9..54825f4e 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -393,4 +393,4 @@ tmp/* configuration.php index.php joomla.xml -*.txt \ No newline at end of file +*.txt diff --git a/Kohana.gitignore b/Kohana.gitignore index 42d7030f..8b2ab01a 100644 --- a/Kohana.gitignore +++ b/Kohana.gitignore @@ -1,2 +1,2 @@ application/cache/* -application/logs/* \ No newline at end of file +application/logs/* diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..f247e598 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2013 GitHub, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/LaTeX.gitignore b/LaTeX.gitignore index c88e8b81..975dbfb5 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -3,9 +3,13 @@ *.alg *.aux *.bbl +*.bcf *.blg +*-blx.aux +*-blx.bib *.dvi *.fdb_latexmk +*.fls *.glg *.glo *.gls @@ -29,3 +33,4 @@ *.toc *.vrb *.xdy +*.tdo diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b218..40fbb289 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -2,4 +2,5 @@ pom.xml *jar /lib/ /classes/ +/targets/ .lein-deps-sum diff --git a/LemonStand.gitignore b/LemonStand.gitignore index bc59f9c7..c7d94ad3 100644 --- a/LemonStand.gitignore +++ b/LemonStand.gitignore @@ -18,4 +18,4 @@ install.php /modules/shop/* /modules/system/* /modules/users/* -# add content_*.php if you don't want erase client changes to content \ No newline at end of file +# add content_*.php if you don't want erase client changes to content diff --git a/Lithium.gitignore b/Lithium.gitignore index e4e1532e..7b22568e 100644 --- a/Lithium.gitignore +++ b/Lithium.gitignore @@ -1,2 +1,2 @@ -app/libraries/* -app/resources/tmp/* +libraries/* +resources/tmp/* diff --git a/Node.gitignore b/Node.gitignore index f356293e..a72b52eb 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -12,3 +12,4 @@ logs results npm-debug.log +node_modules diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 5ba3b592..272ae8a0 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,5 +1,6 @@ # Xcode -build/* +.DS_Store +*/build/* *.pbxuser !default.pbxuser *.mode1v3 @@ -8,9 +9,14 @@ build/* !default.mode2v3 *.perspectivev3 !default.perspectivev3 -*.xcworkspace -!default.xcworkspace xcuserdata +*.xccheckout profile *.moved-aside -DerivedData \ No newline at end of file +DerivedData +.idea/ +*.hmap +*.xccheckout + +#CocoaPods +Pods diff --git a/Perl.gitignore b/Perl.gitignore index d3e79f92..c15b52a9 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -4,6 +4,7 @@ _build/ cover_db/ inc/ Build +!Build/ Build.bat .last_cover_stats Makefile diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 75d8811d..b43233e1 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -1,9 +1,3 @@ -# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore -# Ignore all dotfiles... -.* -# except for .gitignore -!.gitignore - # Ignore Play! working directory # db eclipse @@ -12,7 +6,11 @@ log logs modules precompiled +project/project +project/target +target tmp test-result server.pid -modules +*.iml +*.eml diff --git a/Plone.gitignore b/Plone.gitignore new file mode 100644 index 00000000..13edefa5 --- /dev/null +++ b/Plone.gitignore @@ -0,0 +1,34 @@ +*~ +*.pyc +*.pyo +*.tmp* +*.mo +*.egg +*.EGG +*.egg-info +*.EGG-INFO +*.kpf +*.swp +*.wpr +.*.cfg +.installed.cfg +.mr.developer.cfg +.hg/ +.bzr/ +.svn/ +.project +.pydevproject +bin/ +build/ +develop-eggs/ +downloads/ +eggs/ +fake-eggs/ +parts/ +dist/ +var/ + + + +# OSX +.DS_Store diff --git a/Processing.gitignore b/Processing.gitignore new file mode 100644 index 00000000..85f269a8 --- /dev/null +++ b/Processing.gitignore @@ -0,0 +1,7 @@ +.DS_Store +applet +application.linux32 +application.linux64 +application.windows32 +application.windows64 +application.macosx diff --git a/Python.gitignore b/Python.gitignore index f76ed740..ded60678 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -17,6 +17,7 @@ develop-eggs .installed.cfg lib lib64 +__pycache__ # Installer logs pip-log.txt @@ -26,9 +27,10 @@ pip-log.txt .tox nosetests.xml -#Translations +# Translations *.mo -#Mr Developer +# Mr Developer .mr.developer.cfg - +.project +.pydevproject diff --git a/Qt.gitignore b/Qt.gitignore new file mode 100644 index 00000000..16b4ee58 --- /dev/null +++ b/Qt.gitignore @@ -0,0 +1,20 @@ +# C++ objects and libs + +*.slo +*.lo +*.o +*.a +*.la +*.lai +*.so +*.dll +*.dylib + +# Qt-es + +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp +Makefile +*-build-* diff --git a/R.gitignore b/R.gitignore index 42effd3f..a0fd3b34 100644 --- a/R.gitignore +++ b/R.gitignore @@ -2,4 +2,4 @@ .Rhistory # Example code in package build process -*-Ex.R \ No newline at end of file +*-Ex.R diff --git a/README.md b/README.md index 45da9e3a..42f2caa9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ For more information on gitignore: [gitignore(5)][g5] [pr]: http://help.github.com/pull-requests/ [g5]: http://man.cx/gitignore +## Pull Requests + +Since this repo includes a large and diverse +number of programming languages, frameworks, editors, +and ecosystems, it's **very helpful** if you can provide +a link to information supporting your pull request. +Up-to-date, canonical documentation that mentions the files +to be ignored is best. + +This ensures we can efficiently go through pull requests +and keep quality high. + ## Global Ignores git has a global configuration that applies rules to all of diff --git a/Rails.gitignore b/Rails.gitignore index 54cb8bbb..470ad2fc 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,6 +3,7 @@ .sass-cache capybara-*.html .rspec +.rvmrc /.bundle /vendor/bundle /log/* @@ -13,4 +14,6 @@ capybara-*.html /spec/tmp/* **.orig rerun.txt -pickle-email-*.html \ No newline at end of file +pickle-email-*.html +.project +config/initializers/secret_token.rb diff --git a/RubyMotion.gitignore b/RubyMotion.gitignore new file mode 100644 index 00000000..ef5d7194 --- /dev/null +++ b/RubyMotion.gitignore @@ -0,0 +1,13 @@ +.repl_history +build +tags + +# common annoyance editors +.DS_Store +nbproject +.redcar +*.swp +*.swo +~ +.eprj + diff --git a/Scala.gitignore b/Scala.gitignore index f5b7d72a..b78b64aa 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -2,6 +2,7 @@ *.log # sbt specific +.lib/ dist/* target/ lib_managed/ @@ -10,4 +11,4 @@ project/boot/ project/plugins/project/ # Scala-IDE specific -.scala_dependencies \ No newline at end of file +.scala_dependencies diff --git a/Sdcc.gitignore b/Sdcc.gitignore new file mode 100644 index 00000000..07ee7d59 --- /dev/null +++ b/Sdcc.gitignore @@ -0,0 +1,8 @@ +# SDCC stuff +*.lnk +*.lst +*.map +*.mem +*.rel +*.rst +*.sym diff --git a/SeamGen.gitignore b/SeamGen.gitignore index 50ec0ffc..a418cf37 100644 --- a/SeamGen.gitignore +++ b/SeamGen.gitignore @@ -1,13 +1,24 @@ /bootstrap/data /bootstrap/tmp -/classes/ # all class files -/dist/ # contains generated war files for deployment -/exploded-archives/ # war content generation during deploy (or explode) -/test-build/ # test compilation (ant target for Seam) -/test-output/ # test results -/test-report/ # test report generation for, e.g., Hudson -/target/ # maven output folder -temp-testng-customsuite.xml # generated when running test cases under Eclipse +/classes/ +/dist/ +/exploded-archives/ +/test-build/ +/test-output/ +/test-report/ +/target/ +temp-testng-customsuite.xml + +# based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments + +#/classes/ all class files +#/dist/ contains generated war files for deployment +#/exploded-archives/ war content generation during deploy (or explode) +#/test-build/ test compilation (ant target for Seam) +#/test-output/ test results +#/test-report/ test report generation for, e.g., Hudson +#/target/ maven output folder +#temp-testng-customsuite.xml generated when running test cases under Eclipse # Thanks to @VonC and @kraftan for their helpful answers on a related question # on StackOverflow.com: diff --git a/Symfony.gitignore b/Symfony.gitignore index ac10ca80..e5d08cbe 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -12,4 +12,4 @@ lib/model/doctrine/base/Base* lib/model/doctrine/*Plugin/base/Base* lib/model/om/* lib/model/map/* -web/*Plugin/* \ No newline at end of file +web/*Plugin/* diff --git a/Typo3.gitignore b/Typo3.gitignore new file mode 100644 index 00000000..0ee23cbf --- /dev/null +++ b/Typo3.gitignore @@ -0,0 +1,18 @@ +## Typo3 +# Ignore serveral upload and file directories. +/fileadmin/user_upload/ +/fileadmin/_temp_/ +/uploads/ +# Ignore cache +/typo3conf/temp_CACHED* +/typo3conf/temp_fieldInfo.php +# Ignore local config which overrides typo3 config. +# You should include your local stuff with `@include('localconf_local.php');` at the end of localconf.php. +# See http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git for details. +/typo3conf/localconf_local.php +# Ignore system folders, you should have them symlinked. +# If not comment out the following two entries. +/typo3/ +/t3lib/ +# Ignore temp directory. +/typo3temp/ diff --git a/VB.Net.gitignore b/VB.Net.gitignore deleted file mode 100644 index af16cf72..00000000 --- a/VB.Net.gitignore +++ /dev/null @@ -1,98 +0,0 @@ -# Build and Object Folders -bin/ -obj/ - -#User Specific Files -*.user -*.suo - -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. - -# User-specific files -*.suo -*.user -*.sln.docstates - -# Build results -[Dd]ebug/ -[Rr]elease/ -x64/ -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.vspscc -*.vssscc -.builds - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf - -# Visual Studio profiler -*.psess -*.vsp - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper* - -# NCrunch -*.ncrunch* -.*crunch*.local.xml - -# Installshield output folder -[Ee]xpress - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish - -# Publish Web Output -*.Publish.xml - -# Others -[Bb]in -[Oo]bj -sql -TestResults -[Tt]est[Rr]esult* -*.Cache -ClientBin -[Ss]tyle[Cc]op.* -~$* -*.dbmdl -Generated_Code #added for RIA/Silverlight projects - -# Backup & report files from converting an old project file to a newer -# Visual Studio version. Backup files are not needed, because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML \ No newline at end of file diff --git a/Global/VisualStudio.gitignore b/VisualStudio.gitignore similarity index 53% rename from Global/VisualStudio.gitignore rename to VisualStudio.gitignore index 0e3166c2..e6eac5c1 100644 --- a/Global/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -8,13 +8,18 @@ # Build results -[Dd]ebug*/ +[Dd]ebug/ [Rr]elease/ - +x64/ build/ +[Bb]in/ +[Oo]bj/ +# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets +!packages/*/build/ -[Tt]est[Rr]esult +# MSTest test Results +[Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* *_i.c @@ -33,39 +38,48 @@ build/ *.tli *.tlh *.tmp +*.tmp_proj +*.log *.vspscc *.vssscc .builds - *.pidb - -*.log +*.svclog *.scc + # Visual C++ cache files ipch/ *.aps *.ncb *.opensdf *.sdf +*.cachefile # Visual Studio profiler *.psess *.vsp +*.vspx # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper*/ - *.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover # NCrunch *.ncrunch* .*crunch*.local.xml # Installshield output folder -[Ee]xpress +[Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ @@ -78,32 +92,67 @@ DocProject/Help/Html2 DocProject/Help/html # Click-Once directory -publish +publish/ # Publish Web Output *.Publish.xml +# NuGet Packages Directory +## TODO: If you have NuGet Package Restore enabled, uncomment the next line +#packages/ + +# Windows Azure Build Output +csx +*.build.csdef + +# Windows Store app package directory +AppPackages/ + # Others -[Bb]in -[Oo]bj -sql -TestResults -[Tt]est[Rr]esult* +sql/ *.Cache -ClientBin +ClientBin/ [Ss]tyle[Cc]op.* ~$* +*~ *.dbmdl - +*.dbproj.schemaview *.[Pp]ublish.xml +*.pfx +*.publishsettings -Generated_Code #added for RIA/Silverlight projects +# RIA/Silverlight projects +Generated_Code/ # Backup & report files from converting an old project file to a newer # Visual Studio version. Backup files are not needed, because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +UpgradeLog*.htm -# NuGet -packages/ +# SQL Server files +App_Data/*.mdf +App_Data/*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# ========================= +# Windows detritus +# ========================= + +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Mac crap +.DS_Store diff --git a/WordPress.gitignore b/WordPress.gitignore new file mode 100644 index 00000000..7194a5b9 --- /dev/null +++ b/WordPress.gitignore @@ -0,0 +1,13 @@ +.htaccess +wp-config.php +wp-content/uploads/ +wp-content/blogs.dir/ +wp-content/upgrade/ +wp-content/backup-db/ +wp-content/advanced-cache.php +wp-content/wp-cache-config.php +sitemap.xml +*.log +wp-content/cache/ +wp-content/backups/ +sitemap.xml.gz diff --git a/Wordpress.gitignore b/Wordpress.gitignore deleted file mode 100644 index a5fde5b0..00000000 --- a/Wordpress.gitignore +++ /dev/null @@ -1,17 +0,0 @@ -.htaccess -wp-*.php -xmlrpc.php -wp-admin/ -wp-includes/ -wp-content/uploads/ -wp-content/blogs.dir/ -wp-content/upgrade/* -wp-content/backup-db/* -wp-content/advanced-cache.php -wp-content/wp-cache-config.php -wp-content/cache/* -wp-content/cache/supercache/* -sitemap.xml -sitemap.xml.gz -readme.html -license.txt diff --git a/Yii.gitignore b/Yii.gitignore index 45a9a931..33a5154d 100644 --- a/Yii.gitignore +++ b/Yii.gitignore @@ -1,3 +1,3 @@ assets/ protected/runtime/ -themes/classic/views/ \ No newline at end of file +themes/classic/views/ diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 0b8e5951..014f93f6 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -3,4 +3,3 @@ LICENSE.txt README.txt demos/ extras/documentation - diff --git a/opencart.gitignore b/opencart.gitignore index de4a4076..c673f1f8 100644 --- a/opencart.gitignore +++ b/opencart.gitignore @@ -1,10 +1,10 @@ -image/cache -system/cache -system/database -system/engine -system/logs -system/library -system/helper -download/ config.php admin/config.php + +!index.html + +download +image/cache/*.jpg +image/cache/data/* +system/cache +system/logs