diff --git a/Autotools.gitignore b/Autotools.gitignore index 2b479f8e83e3c17dfb89ed5b5c10c7a7f3f891f4..fc5e847d8b6dd7fa42945e0040efe843413d709b 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 714b4a6c227c88ed5a718e74e74943589f658d3a..8df9393e28f62d44521b02edbb8b518964fa0fe4 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 0000000000000000000000000000000000000000..f2fec34ff897c8af9a339bb7ade95841229e3109 --- /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 9421b39dc26a43b8ea800a6b6bbae0603e7aca9b..e457e42c52414c03168d76b2762de34f2b62b4aa 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 0b684f195bf9e8f98721a938df68f8b72b692641..8438a62f1bc9c5d9ef84ec313ca1d4a6c59cbca5 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 aed74f0e01f6e0840f566d4e46f5db0f9f5c2661..e90eb11497e87ae156ef024a1ba7cfa1b762ffbd 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 0000000000000000000000000000000000000000..769bc36c3181d133b3b40080a9910a2c32e74d68 --- /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 0000000000000000000000000000000000000000..0c653f29bc3c7416d985fe68d74de3caa85bd385 --- /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 0000000000000000000000000000000000000000..c56e7abcb6cd52a0ef3912041b9883c371c9b7ca --- /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 4ec706e6e2437ce4ee1cde3b8ce7126fba5aeb78..20c8c2cce1f0e875cbb65b4c020e8d26cb0628fc 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 0000000000000000000000000000000000000000..0f0f06eda98b58dcb3129b0ff8f53170cc36aead --- /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 472f6739bec42559d8e12140f4e6b65a426b92fd..a5eec22309d704ece373a56770da146b9343862b 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 9c2d0c79445d0994819f4cc0d09849f515a76533..edbe25c0d274f5972d57a5198bf549b03df6466d 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 0000000000000000000000000000000000000000..d75cc4777ce855ebbf8182f8f78f8c13f43d280d --- /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 6bcf47e9c68e791e50b4c49724c73e8f848c4d98..4c083a674f44b332bdec920d3726f86c0fe81e41 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 0000000000000000000000000000000000000000..1b53ace613fe442baa4dcbad46184351572d61f9 --- /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 0000000000000000000000000000000000000000..b7624bde97e64c58087445383de3f62e884a748c --- /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 d79542116aa4d13516dd25f88968e9e947bccac1..41e8d07a940af8caeb427cabea4c28e3c4b17480 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 2cda3419ca31a3d386ab35e6f63dffba0056b444..845a488a44771ac46ab28fcc6e405b2930d5f741 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 0d1c415ec5c44d7ba0869d5e26910e8ea9c5a130..022a4c3ccca9da41e3703717681fbb2d39d57f03 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 31079fd740a46e80edfb51ad55bb9a9b327fe740..dfaefc75b31e9e2e102e5b151314ac4b8d8678ec 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 0000000000000000000000000000000000000000..b400500f13598c1edd332fd917e3e9a1b03dc2f8 --- /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 0000000000000000000000000000000000000000..5d7167f559e854ab6294e39d8846243e8d870a72 --- /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 582fb2ae68d81b540f62baa07523c2b7b0a37dc2..f68b17583c018d09c4c22b4e71a40678d2f5d53b 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 0000000000000000000000000000000000000000..d015eb386474d383abd1153d1050052647647b85 --- /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 0000000000000000000000000000000000000000..513e6edd9c4a5bda43eb376c2f9a5d318eb135ec --- /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 0000000000000000000000000000000000000000..fea4c4522ec09d6748f02b2497250b2786cfa031 --- /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 684c5bffd0fe7df50337da4fc2458ca2eae8e42a..edc082c163801f1902d11bdca2b0890c86ae6302 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 0000000000000000000000000000000000000000..26ada5b39d288073f15d67fba8560c01c2f2563d --- /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 0000000000000000000000000000000000000000..d0c64102d85bb01cabfe12c34a5639e00c78060d --- /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 f847f34cb6b2f2ee081290bf1e04f51ea049b6a0..eb7bbbccb1463b952c44101040bbdff905a89271 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 0000000000000000000000000000000000000000..50ec0ffcecc098806a48b0089a9f6db482a0b073 --- /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 7c08aea18a13e1a356d196421254d2bab230f4cf..b6b598faa15c17cef49fe4a96fb7e0239f71ad73 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 0000000000000000000000000000000000000000..3cdb9605713053076fb2ce67fee4b632743ba1b0 --- /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 0000000000000000000000000000000000000000..07d6fe997defc32ff7107f11ae463372410398d1 --- /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 0000000000000000000000000000000000000000..28c9092e86957263edff88461e28c97e2e3696f9 --- /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 0000000000000000000000000000000000000000..68cacdb9731163a03c1ba5a61dd8f231d9e2874d --- /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 0000000000000000000000000000000000000000..7bba52fbdee6cf1a6560bf2ae1e8224582d423e6 --- /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 0000000000000000000000000000000000000000..45a9a9314fb253858bdeddb10e29aca5c9bf19f3 --- /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 0000000000000000000000000000000000000000..0b8e59519cd6080a4dd4fd4429d64e4d38334c2c --- /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 0000000000000000000000000000000000000000..a6451430e174707029c8fc97467899ed91a42a09 --- /dev/null +++ b/gcov.gitignore @@ -0,0 +1,5 @@ +# gcc coverage testing tool files + +*.gcno +*.gcda +*.gcov