diff --git a/Autotools.gitignore b/Autotools.gitignore index 2b479f8e..fc5e847d 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -1,4 +1,3 @@ - # http://www.gnu.org/software/automake Makefile.in diff --git a/C++.gitignore b/C++.gitignore index 714b4a6c..8df9393e 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -1,8 +1,12 @@ -# compiled object files +# Compiled Object files +*.slo +*.lo *.o -# compiled dynamic libraries +# Compiled Dynamic libraries *.so -# compiled static libraries +# Compiled Static libraries +*.lai +*.la *.a diff --git a/CFWheels.gitignore b/CFWheels.gitignore new file mode 100644 index 00000000..f2fec34f --- /dev/null +++ b/CFWheels.gitignore @@ -0,0 +1,12 @@ +# unpacked plugin folders +plugins/**/* + +# files directory where uploads go +files + +# DBMigrate plugin: generated SQL +db/sql + +# AssetBundler plugin: generated bundles +javascripts/bundles +stylesheets/bundles diff --git a/CSharp.gitignore b/CSharp.gitignore index 9421b39d..e457e42c 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -5,3 +5,12 @@ _ReSharper* bin obj +# user settings +*.user +*.suo + +# if you have pictures, windows will likely create those annoying index files +Thumbs.db + +# mstest test results +TestResults \ No newline at end of file diff --git a/CakePHP.gitignore b/CakePHP.gitignore index 0b684f19..8438a62f 100644 --- a/CakePHP.gitignore +++ b/CakePHP.gitignore @@ -2,4 +2,4 @@ tmp/* config/database.php app/tmp/* app/config/database.php - +!empty \ No newline at end of file diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index aed74f0e..e90eb114 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -1,4 +1,4 @@ */config/database.php */system/logs/log-*.php */system/cache/* -*/systen/cache/!index.html +*/system/cache/!index.html diff --git a/Coq.gitignore b/Coq.gitignore new file mode 100644 index 00000000..769bc36c --- /dev/null +++ b/Coq.gitignore @@ -0,0 +1,4 @@ +*.vo +*.glob +*.v.d + diff --git a/Drupal.gitignore b/Drupal.gitignore new file mode 100644 index 00000000..0c653f29 --- /dev/null +++ b/Drupal.gitignore @@ -0,0 +1,32 @@ +sites/default/files +sites/default/private +sites/default/settings.php +cache/ +files/ +/README.txt +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +robots.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 +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes + diff --git a/ExpressionEngine.gitignore b/ExpressionEngine.gitignore new file mode 100644 index 00000000..c56e7abc --- /dev/null +++ b/ExpressionEngine.gitignore @@ -0,0 +1,15 @@ +.DS_Store + +# Images +images/avatars/ +images/captchas/ +images/smileys/ +images/member_photos/ +images/signature_attachments/ +images/pm_attachments/ + +# Caches +sized/ +thumbs/ +_thumbs/ +*/expressionengine/cache/* \ No newline at end of file diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 4ec706e6..20c8c2cc 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -1,5 +1,5 @@ -# it's better to unpack these files and commit the raw source -# git has its own built in compression methods +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. *.7z *.dmg *.gz @@ -9,4 +9,4 @@ *.tar *.tar.gz *.zip -*.bzip \ No newline at end of file +*.bzip diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore new file mode 100644 index 00000000..0f0f06ed --- /dev/null +++ b/Global/CVS.gitignore @@ -0,0 +1,4 @@ +/CVS/* +*/CVS/* +.cvsignore +*/.cvsignore \ No newline at end of file diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 472f6739..a5eec223 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -2,3 +2,6 @@ \#*\# /.emacs.desktop /.emacs.desktop.lock +.elc +auto-save-list +tramp diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 9c2d0c79..edbe25c0 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,6 +1,7 @@ .* +!.gitignore *~ *.sw[a-p] -#KDE +# KDE .directory diff --git a/Global/Mercurial.gitignore b/Global/Mercurial.gitignore new file mode 100644 index 00000000..d75cc477 --- /dev/null +++ b/Global/Mercurial.gitignore @@ -0,0 +1,3 @@ +/.hg/* +*/.hg/* +.hgignore \ No newline at end of file diff --git a/Global/OSX.gitignore b/Global/OSX.gitignore index 6bcf47e9..4c083a67 100644 --- a/Global/OSX.gitignore +++ b/Global/OSX.gitignore @@ -1,9 +1,9 @@ -.DS_Store? +.DS_Store Icon? # Thumbnails ._* -# ack & vim swap files -.ackrc -*.swp +# Files that might appear on external disk +.Spotlight-V100 +.Trashes diff --git a/Global/SVN.gitignore b/Global/SVN.gitignore new file mode 100644 index 00000000..1b53ace6 --- /dev/null +++ b/Global/SVN.gitignore @@ -0,0 +1 @@ +.svn/ diff --git a/Global/Tags.gitignore b/Global/Tags.gitignore new file mode 100644 index 00000000..b7624bde --- /dev/null +++ b/Global/Tags.gitignore @@ -0,0 +1,3 @@ +# Ignore tags created by etags and ctags +TAGS +tags diff --git a/Global/TextMate.gitignore b/Global/TextMate.gitignore index d7954211..41e8d07a 100644 --- a/Global/TextMate.gitignore +++ b/Global/TextMate.gitignore @@ -1,2 +1,3 @@ *.tmproj +*.tmproject tmtags diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 2cda3419..845a488a 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -6,21 +6,56 @@ *.user # Build results -Debug/ -Release/ -*.ncb -*.aps +[Dd]ebug/ +[Rr]elease/ +*_i.c +*_p.c +*.ilk +*.meta *.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.vspscc .builds +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf + +# Visual Studio profiler +*.psess +*.vsp + # ReSharper is a .NET coding add-in _ReSharper* +# 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 + # Others -bin -Bin -obj -Obj +[Bb]in +[Oo]bj sql TestResults *.Cache @@ -28,3 +63,4 @@ ClientBin stylecop.* ~$* *.dbmdl +Generated_Code #added for RIA/Silverlight projects diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 0d1c415e..022a4c3c 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,5 @@ -#Windows images caches +# Windows image file caches Thumbs.db -#Folder config file -Desktop.ini \ No newline at end of file +# Folder config file +Desktop.ini diff --git a/Global/vim.gitignore b/Global/vim.gitignore index 31079fd7..dfaefc75 100644 --- a/Global/vim.gitignore +++ b/Global/vim.gitignore @@ -1 +1,3 @@ .*.sw[a-z] +*.un~ +Session.vim diff --git a/Haskell.gitignore b/Haskell.gitignore new file mode 100644 index 00000000..b400500f --- /dev/null +++ b/Haskell.gitignore @@ -0,0 +1,5 @@ +dist +*.o +*.hi +*.chi +*.chs.h diff --git a/Jboss.gitignore b/Jboss.gitignore new file mode 100644 index 00000000..5d7167f5 --- /dev/null +++ b/Jboss.gitignore @@ -0,0 +1,15 @@ +jboss/server/all/deploy/project.ext +jboss/server/default/deploy/project.ext +jboss/server/minimal/deploy/project.ext +jboss/server/all/log/*.log +jboss/server/all/tmp/**/* +jboss/server/all/data/**/* +jboss/server/all/work/**/* +jboss/server/default/log/*.log +jboss/server/default/tmp/**/* +jboss/server/default/data/**/* +jboss/server/default/work/**/* +jboss/server/minimal/log/*.log +jboss/server/minimal/tmp/**/* +jboss/server/minimal/data/**/* +jboss/server/minimal/work/**/* diff --git a/LaTeX.gitignore b/LaTeX.gitignore index 582fb2ae..f68b1758 100644 --- a/LaTeX.gitignore +++ b/LaTeX.gitignore @@ -1,6 +1,7 @@ *.aux *.bbl *.blg +*.dvi *.glg *.glo *.gls @@ -8,10 +9,15 @@ *.ilg *.ind *.ist +*.lof *.log +*.lot +*.nlo *.out *.toc *.fdb_latexmk *.pdfsync *.synctex.gz - +*.nav +*.snm +*.vrb diff --git a/LemonStand.gitignore b/LemonStand.gitignore new file mode 100644 index 00000000..d015eb38 --- /dev/null +++ b/LemonStand.gitignore @@ -0,0 +1,20 @@ +boot.php +index.php +install.php +/config/* +!/config/config.php +/controllers/* +/init/* +/logs/* +/phproad/* +/temp/* +/uploaded/* +/installer_files/* +/modules/backend/* +/modules/blog/* +/modules/cms/* +/modules/core/* +/modules/session/* +/modules/shop/* +/modules/system/* +/modules/users/* \ No newline at end of file diff --git a/Lilypond.gitignore b/Lilypond.gitignore new file mode 100644 index 00000000..513e6edd --- /dev/null +++ b/Lilypond.gitignore @@ -0,0 +1,6 @@ +*.pdf +*.ps +*.midi +*.mid +*.log +*~ diff --git a/OCaml.gitignore b/OCaml.gitignore new file mode 100644 index 00000000..fea4c452 --- /dev/null +++ b/OCaml.gitignore @@ -0,0 +1,9 @@ +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.cmx +*.cmxs +*.cmxa diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 684c5bff..edc082c1 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -1,4 +1,4 @@ -# xcode +# Xcode build/* *.pbxuser !default.pbxuser diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore new file mode 100644 index 00000000..26ada5b3 --- /dev/null +++ b/PlayFramework.gitignore @@ -0,0 +1,15 @@ +# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore +# Ignore all dotfiles... +.* +# except for .gitignore +!.gitignore + +# Ignore Play! working directory # +db +eclipse +log +logs +tmp +test-result +eclipse +server.pid diff --git a/Qooxdoo.gitignore b/Qooxdoo.gitignore new file mode 100644 index 00000000..d0c64102 --- /dev/null +++ b/Qooxdoo.gitignore @@ -0,0 +1,5 @@ +cache +cache-downloads +inspector +api +source/inspector.html diff --git a/Rails.gitignore b/Rails.gitignore index f847f34c..eb7bbbcc 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -12,3 +12,6 @@ capybara-*.html /coverage/ /spec/tmp/* **.orig +config/*.yml +rerun.txt +pickle-email-*.html \ No newline at end of file diff --git a/SeamGen.gitignore b/SeamGen.gitignore new file mode 100644 index 00000000..50ec0ffc --- /dev/null +++ b/SeamGen.gitignore @@ -0,0 +1,15 @@ +/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 + +# Thanks to @VonC and @kraftan for their helpful answers on a related question +# on StackOverflow.com: +# http://stackoverflow.com/questions/4176687 +# /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects diff --git a/Symfony.gitignore b/Symfony.gitignore index 7c08aea1..b6b598fa 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -4,3 +4,8 @@ web/uploads/* config/databases.yml config/propel.ini data/sql +lib/filter/doctrine/base/Base* +lib/form/doctrine/base/Base* +lib/model/doctrine/base/Base* +lib/model/om/* +lib/model/map/* \ No newline at end of file diff --git a/Symfony2.gitignore b/Symfony2.gitignore new file mode 100644 index 00000000..3cdb9605 --- /dev/null +++ b/Symfony2.gitignore @@ -0,0 +1,4 @@ +*/logs/* +*/cache/* +web/uploads/* +web/bundles/* diff --git a/Tasm.gitignore b/Tasm.gitignore new file mode 100644 index 00000000..07d6fe99 --- /dev/null +++ b/Tasm.gitignore @@ -0,0 +1,11 @@ +# Object Files +*.OBJ + +# List Files +*.LST + +# Map files +*.MAP + +# Executable files +*.EXE diff --git a/VB.Net.gitignore b/VB.Net.gitignore new file mode 100644 index 00000000..28c9092e --- /dev/null +++ b/VB.Net.gitignore @@ -0,0 +1,11 @@ +# Build and Object Folders +bin/ +obj/ + +#User Specific Files +*.user +*.suo + +#Resource Caches +_ReSharper.* +*.sln.cache \ No newline at end of file diff --git a/Waf.gitignore b/Waf.gitignore new file mode 100644 index 00000000..68cacdb9 --- /dev/null +++ b/Waf.gitignore @@ -0,0 +1,3 @@ +# for projects that use Waf for building: http://code.google.com/p/waf/ +.waf-* +.lock-* diff --git a/Wordpress.gitignore b/Wordpress.gitignore new file mode 100644 index 00000000..7bba52fb --- /dev/null +++ b/Wordpress.gitignore @@ -0,0 +1,11 @@ +.htaccess +wp-config.php +wp-content/backup-db/* +wp-content/cache/* +wp-content/cache/supercache/* +wp-content/upgrade/* +wp-content/advanced-cache.php +wp-content/wp-cache-config.php +wp-content/uploads/ +sitemap.xml +sitemap.xml.gz \ No newline at end of file diff --git a/Yii.gitignore b/Yii.gitignore new file mode 100644 index 00000000..45a9a931 --- /dev/null +++ b/Yii.gitignore @@ -0,0 +1,3 @@ +assets/ +protected/runtime/ +themes/classic/views/ \ No newline at end of file diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore new file mode 100644 index 00000000..0b8e5951 --- /dev/null +++ b/ZendFramework.gitignore @@ -0,0 +1,6 @@ +INSTALL.txt +LICENSE.txt +README.txt +demos/ +extras/documentation + diff --git a/gcov.gitignore b/gcov.gitignore new file mode 100644 index 00000000..a6451430 --- /dev/null +++ b/gcov.gitignore @@ -0,0 +1,5 @@ +# gcc coverage testing tool files + +*.gcno +*.gcda +*.gcov