Commit Graph

304 Commits

Author SHA1 Message Date
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
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
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
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
Jens Jahnke 5310593712 Ignore some files and directories from the custom directory. 2011-07-01 10:53:12 +02:00
Jens Jahnke 8996059f05 The paths for .htaccess, config.php and config_override.php should
be absolute because there may be some files with the same names
deeper in the path structure.
2011-06-29 11:17:29 +02:00
Jens Jahnke 4735a0f910 Added an ignore file for sugarcrm. 2011-06-29 10:44:52 +02:00
DenisGorbachev 48d3bbe6bb Edited Global/Eclipse.gitignore via GitHub 2011-06-27 04:55:29 -07:00
David Oliver 4c904e00b7 Adding Symphony CMS gitignore 2011-06-17 19:04:00 +02:00
James Lindstorff a226f5106b Added *.plt used by dialyzer 2011-06-13 09:40:25 -07:00
Lucas 3369c324ec Improve NetBeans .gitignore rules
According to this (http://netbeans.org/kb/docs/java/import-eclipse.html#versioning) knowledge base article, the nbproject folder should be checked into the VCS in order to allow people to open the project without importing.
2011-06-11 16:40:28 -07:00
Lucas d168d1b616 Add ".scala_dependencies" file generated by Scala-IDE
This is a transient file generated by the Scala-IDE Eclipse plugin, which is regenerated on a clean build, and should not be checked into VCS.
2011-06-11 16:28:19 -07:00
Michael Bemmerl 9dd829c486 Merge remote-tracking branch 'remotes/upstream/master' 2011-06-05 23:48:03 +02:00
Nick Clark 9da8f662ca Added matlab editor global gitignore to remove autosaved backups 2011-06-04 21:39:47 +01:00
Matthias Kretschmann 87f23f36da ignore multisite blogs.dir directory (holds uploaded media from network sites) 2011-06-03 11:22:20 -07:00
indexzero aa8f00968f [minor] Update Node.gitignore for npm 1.0 2011-05-29 21:47:07 -04:00
Kevin Jalbert f52b40cfa4 Add gitignore for nanoc
Add:
 * General nanoc gitignore file
2011-05-29 21:24:34 -04:00
Michael Bemmerl e6117c95dc Ignore multiple backup directories & logfiles from vsual studio's project conversion.
It is possible to run the project converter multiple times, which would generate new backup-directories (Backup1-Backupn) and logfiles (UpgradeLog2.XML-UpgradeLogn.XML)
2011-05-28 02:17:22 +02:00
Michael Bemmerl 266c134a9e ReSharper is a add-in which works in Visual Studio only. It's already in the VisualStudio gitignore file. 2011-05-28 02:17:13 +02:00
Christophe Boutter 4f72321419 Added newline at end of file. 2011-05-27 11:23:01 +02:00
Christophe Boutter cf2cc27679 Added newline in order to allow multiple adds of
gitignore files.
2011-05-27 08:54:48 +02:00
Moritz Ulrich e61c20ac1d Ignore emacs auto-save files (.# prefix)
The behavior is documented in [1].
The prefix doesn't seem to be documented, but it is hardoced as described in [2].

[1]: http://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html#Interlocking
[2]: http://tekman.livejournal.com/79598.html
2011-05-25 19:49:20 +02:00
Jeff Bolduan e8b2e1a9cc Added support for MonoDevelop .gitignore 2011-05-23 21:31:25 -05:00
Eli Young 86e8a934b0 Added .sln.docstates to ignore list. As per http://goo.gl/NwdPT, they are a .suo supplement. 2011-05-19 21:34:57 -07:00
Ian Beck d443fda444 Added ignore file for Espresso project files (Mac OS X only) 2011-05-17 10:00:46 -07:00
Omar a9e135dabb Ignore file that contains your workspace preferences 2011-05-12 19:23:50 -05:00
unknown 1a95877a5e Opencart gitignore file 2011-05-12 20:27:24 +05:30
anaxamaxan a6ba7878bf Changes to support CodeIgniter (Reactor) 2.0
Environment support eliminates the need to ignore database.php.  Instead, ignore the entire development dir.
Logs and cache are now in application folder instead of system.
2011-05-11 22:56:28 -07:00
Philipp Bosch e7c15d9c37 Ignore .sass-cache directory in Compass projects. 2011-05-10 18:16:30 +02:00
Christopher Roussel bd072695a4 Added Joomla 1.6 2011-05-01 18:11:31 +01:00
Chris Wanstrath 88320f20dc Merged pull request #142 from weppos/ruby.
Ruby.gitignore
2011-04-29 02:06:52 -07:00
Chris Wanstrath d300adb530 Merged pull request #144 from oschrenk/master.
PlayFramework: Ignoring `precompiled` directory
2011-04-29 02:04:41 -07:00
Chris Wanstrath dfb82f5940 Merged pull request #145 from bripkens/master.
Ignore Netbeans run configuration file
2011-04-29 02:04:30 -07:00
Chris Wanstrath 58c1b54539 Merged pull request #132 from shawnl/master.
Global/Archives.gitignore
2011-04-29 02:04:08 -07:00
Chris Wanstrath f6dfb71a9a Merged pull request #135 from mibe/master.
More VisualStudio rules
2011-04-29 02:03:02 -07:00
Chris Wanstrath 4ee2a35005 Merged pull request #136 from russoz/master.
added .build to Perl.gitignore
2011-04-29 02:02:40 -07:00