Commit Graph

586 Commits

Author SHA1 Message Date
Chris Wanstrath d9fb955d92 Merge pull request #161 from cboutter/master
Added a newline at end of the Mercurial and Java files in order to build a gitignore file from multiple templates.
2011-09-01 16:54:30 -07:00
Chris Wanstrath d2f940f00b Merge pull request #147 from impleri/master
Joomla 1.6 standard files
2011-09-01 16:53:37 -07:00
Chris Wanstrath 17ae0da61e Merge pull request #143 from vi/master
Adds gitignore for Leiningen projects
2011-09-01 16:43:41 -07:00
Chris Wanstrath 64ef3e4f00 Merge pull request #134 from sjaeckel/master
Altera Quartus II and Mentor Graphics ModelSim/Questa
2011-09-01 16:43:21 -07:00
Chris Wanstrath e106726a3c Merge pull request #150 from philippbosch/master
Add gitignore for Compass CSS framework
2011-09-01 16:38:28 -07:00
Chris Wanstrath d4bd64e123 Merge pull request #151 from anaxamaxan/patch-1
Changes to support CodeIgniter (Reactor) 2.0
2011-09-01 16:38:17 -07:00
Chris Wanstrath 7b5ee16348 Merge pull request #152 from jimymodi/master
Opencart gitignore file
2011-09-01 16:38:05 -07:00
Chris Wanstrath dee4333885 Merge pull request #153 from ovargas27/master
Added RubyMine
2011-09-01 16:37:51 -07:00
Chris Wanstrath 084249a945 Merge pull request #154 from onecrayon/master
Added support for Espresso .gitignore
2011-09-01 16:37:39 -07:00
Chris Wanstrath 1aa3d1d58e Merge pull request #155 from elyscape/patch-1
Added .sln.docstates to ignore list
2011-09-01 16:37:25 -07:00
Chris Wanstrath 518ec11a41 Merge pull request #158 from jbolduan/master
Added Support For MonoDevelop .gitignore
2011-09-01 16:36:11 -07:00
Chris Wanstrath 2d038fd682 Merge pull request #160 from the-kenny/master
Ignore Emacs write-lock files
2011-09-01 16:35:27 -07:00
Chris Wanstrath 660420b072 Merge pull request #165 from indexzero/master
Update for Node.gitignore and npm 1.0
2011-09-01 16:34:54 -07:00
Chris Wanstrath 9fa55481d6 Merge pull request #167 from audioplastic/master
Added Matlab.gitignore to Globals
2011-09-01 16:34:48 -07:00
Chris Wanstrath c61fcfd6d5 Merge pull request #173 from DenisGorbachev/patch-1
Edited Global/Eclipse.gitignore via GitHub
2011-09-01 16:34:41 -07:00
Chris Wanstrath eb10754c71 Merge pull request #177 from L42y/patch-1
update Magento.gitignore to work with Magento 1.6
2011-09-01 16:34:35 -07:00
Chris Wanstrath 4644c35447 Merge pull request #178 from jasoncawood/master
added SublimeText ignore
2011-09-01 16:34:19 -07:00
Chris Wanstrath 1fad2cd7b1 Merge pull request #187 from bripkens/master
Ignore additional Netbeans configuration file
2011-09-01 16:34:10 -07:00
Chris Wanstrath bdc4a09428 Merge pull request #188 from headcr4sh/patch-1
Add ".externalToolBuilders/" and "*.launch"
2011-09-01 16:32:18 -07:00
SamWhited 132c6616b9 Added a gitignore file for the Finale music notation software 2011-09-01 13:04:09 -04:00
Chris Wanstrath 26036cb269 Merge pull request #194 from ReidCarlberg/master
Force.com sample file
2011-08-30 09:49:16 -07:00
ReidCarlberg ae6058ec1e Initial commit, Force.com gitignore file. 2011-08-30 05:41:07 -07:00
Phoenix 2b4e8c8986 Added plugin-generated model paths to symfony-1 ignore file. 2011-08-20 14:38:10 -05:00
Jens Jahnke 3e939a59d9 Sometime the emails folder starts with an uppercase letter. 2011-08-18 14:09:43 +02:00
Stuart Baker 0992d4bc6e Installshield project output folder. 2011-08-18 06:24:43 +12:00
Rishi Shah 13f9c194fc FuelPHP gitignore 2011-08-17 00:55:26 -05:00
Riccardo Traverso 124a9a0ee1 LaTeX.gitignore: add postscript *.ps extension 2011-08-16 13:07:58 +02:00
Riccardo Traverso 2908459069 LaTeX.gitignore: alphabetically sorted 2011-08-16 13:07:42 +02:00
Phoenix 7012f64eec Fixed ignore rule for data/sql folder. 2011-08-14 14:22:08 -05:00
Benjamin P. Jung ad40b5dd85 Add ".externalToolBuilders/" and "*.launch"
*** .externalToolBuilders/
This directory stores project-specific launch configurations for external tool builders, such as ant tasks that have to be executed to fulfill the build lifecycle

*** *.launch
It is possible to store "eclipse launch configurations" in external files. These (XML-)files may be stored anywhere within your projects and will be discovered by Eclipse automagically.
2011-08-11 17:36:05 +03:00
Ben Ripkens ec6b91fcdd Additional Netbeans file which can be ignored. 2011-08-09 12:56:08 +03:00
Chris Done 95a7ec0704 Added cabal-dev dir. 2011-08-07 03:09:17 +03:00
Alexander Trauzzi ddec169fbd Cleaner and also safer gitignore. Dodges vendors dir entirely and also removes sensitive data found in parameters.ini. 2011-08-04 06:41:51 -05:00
Michael Bemmerl d641ef962c Added new extensions of production formats which were introduced in version 15.4.0.59 2011-08-02 23:17:42 +02:00
Nick Howes 609d34bcdc Add Jekyll.gitignore 2011-08-02 21:36:51 +01:00
Lucas Jenß 85de979a03 Remove "dangerous" OS X specific .gitignore rule
The .gitignore rule "Icon?" will also match directories such as
"icons/", at least on a case-insensitive file-system (this happened to
me on OS X 10.7). I only noticed this several days later because a
developer was complaining about missing icons in his repository. I don't
really know what type of files this rule is supposed to match, but I
guess the described behavior is not expected.
2011-07-27 15:33:05 +02:00
Michael Bemmerl 6acdc5a4ef Added support for files, which were generated by CONRAD's special version. 2011-07-21 00:16:39 +02:00
Michael Bemmerl 2bd81347c7 Added various exchange formats for Target3001.gitignore 2011-07-20 02:46:51 +02:00
Michael Bemmerl e74c8efcb6 Added Gerber output for Target3001 2011-07-20 02:25:45 +02:00
Michael Bemmerl 1765c0da01 Added backup and autosave files for Target3001.gitignore 2011-07-20 02:02:48 +02:00
Maxime Gaudin 006edae901 Add three extensions to LaTeX.gitignore generated by latexmk : maf, mtc and mtc0 2011-07-20 00:54:18 +02:00
Jason Cawood 111965eafe Edited Global/SublimeText.gitignore via GitHub 2011-07-13 09:19:25 -07:00
Tom Willmot 573c5f628f Add missing files and optimise wp- files 2011-07-12 18:57:44 -07:00
Michael Bemmerl 0ee5083ec1 First entries for Target 3001! 2011-07-13 00:17:22 +02:00
Jason Cawood beabf7ebfd added ignore for a SublimeText project 2011-07-12 13:56:41 -07:00
L42y 179edfabae update Magento.gitignore to work with Magento 1.6 2011-07-08 18:36:52 -07:00
Jens Jahnke bf07e7ced8 The directory cache/include can also be ignored. 2011-07-08 09:45:55 +02:00
Jens Jahnke d4467b7bcf The contents of cache/themes can be safely ignored at least from Sugar 6 onward. 2011-07-06 14:54:38 +02:00
Jens Jahnke 6047cc668f Revert "Ignore some javascript which will be regenerated."
This reverts commit 8e27618144.
2011-07-01 13:13:02 +02:00
Jens Jahnke 8e27618144 Ignore some javascript which will be regenerated. 2011-07-01 10:57:52 +02:00