]> source.dussan.org Git - gitignore.git/log
gitignore.git
10 years agoExplanations for ignoring the cache directory 840/head
Jens Jahnke [Wed, 27 Nov 2013 16:30:57 +0000 (17:30 +0100)]
Explanations for ignoring the cache directory

I wrote a more explanatory comment regarding the cache directory
and why it is ignored.

10 years agoAdapted the ignored directories to use `dir/` instead of `dir/*`
Jens Jahnke [Tue, 12 Nov 2013 11:20:11 +0000 (12:20 +0100)]
Adapted the ignored directories to use `dir/` instead of `dir/*`

10 years agoAdded the new upload directories and ignore the cache directory completely.
Jens Jahnke [Tue, 12 Nov 2013 08:37:03 +0000 (09:37 +0100)]
Added the new upload directories and ignore the cache directory completely.

With SugarCRM 6.4 the `cache/upload` directory moved to `upload` and
`upload_backup`. These directories can safely be ignored.

Additionally the `cache` directory is now ignored completely because it
leads to the behaviour to use the git repository as a kind of backup
tool if several parts of it are included. Furthermore the directory
structure beneath `cache` is victim of enduring changes by the
developers.

I did also some code cleanup regarding the path names e.g. adding a `/`
before most file and directory names.

10 years agoMerge pull request #839 from jean/master
Carl Suster [Tue, 12 Nov 2013 08:13:58 +0000 (00:13 -0800)]
Merge pull request #839 from jean/master

Clean up the plone template

10 years agoCovered by global vim template 839/head
Jean Jordaan [Tue, 12 Nov 2013 08:09:20 +0000 (15:09 +0700)]
Covered by global vim template

10 years agoMerge pull request #629 from ChinggizKhan/minor-drupal-gitignore-issue
Carl Suster [Tue, 12 Nov 2013 08:01:04 +0000 (00:01 -0800)]
Merge pull request #629 from ChinggizKhan/minor-drupal-gitignore-issue

Correct minor ordering issue on Drupal gitignore

10 years agoRemove patterns covered by other templates
Jean Jordaan [Tue, 12 Nov 2013 07:24:09 +0000 (14:24 +0700)]
Remove patterns covered by other templates

Remove redundant patterns, and patterns for generic backups, version
control dirs, IDEs, OSX.

10 years agoMerge pull request #688 from leek/patch-1
Carl Suster [Tue, 12 Nov 2013 06:37:40 +0000 (22:37 -0800)]
Merge pull request #688 from leek/patch-1

Update Magento.gitignore to tighten the pattern for install.php

10 years agoMerge pull request #597 from TomLiu/master
Carl Suster [Tue, 12 Nov 2013 06:33:01 +0000 (22:33 -0800)]
Merge pull request #597 from TomLiu/master

Ignore magento product image cache

10 years agoMerge pull request #391 from mastacheata/patch-1
Justin Spahr-Summers [Tue, 12 Nov 2013 06:16:33 +0000 (22:16 -0800)]
Merge pull request #391 from mastacheata/patch-1

Add Exception for htaccess file denying access to the cache folder

10 years agoFix a copy/paste mistake
Carl Suster [Tue, 12 Nov 2013 05:57:54 +0000 (16:57 +1100)]
Fix a copy/paste mistake

10 years agoMerge branch 'master' of https://github.com/github/gitignore
Jean Jordaan [Tue, 12 Nov 2013 04:28:25 +0000 (11:28 +0700)]
Merge branch 'master' of https://github.com/github/gitignore

10 years agoIgnore multiple vim swapfiles
Jean Jordaan [Tue, 12 Nov 2013 04:27:21 +0000 (11:27 +0700)]
Ignore multiple vim swapfiles

In case there is more than one swapfile for a file (.swo, .swn, ...)

10 years agoMerge pull request #700 from mquigley/master
Carl Suster [Tue, 12 Nov 2013 02:11:15 +0000 (18:11 -0800)]
Merge pull request #700 from mquigley/master

Don't ignore essential Android Eclipse project and classpath files.

10 years agoMerge pull request #745 from tunitowen/master
Carl Suster [Tue, 12 Nov 2013 01:55:39 +0000 (17:55 -0800)]
Merge pull request #745 from tunitowen/master

Added gradle (build tool) files to Android gitignore

10 years agoMerge pull request #473 from Visgean/master
Carl Suster [Tue, 12 Nov 2013 00:45:53 +0000 (16:45 -0800)]
Merge pull request #473 from Visgean/master

Merge the django template into the python one since there is a significant overlap

10 years agoUpdate Python.gitignore 473/head
Visgean Skeloru [Tue, 12 Nov 2013 00:41:53 +0000 (01:41 +0100)]
Update Python.gitignore

10 years ago#473 no need to have specific gitignore for django
Visgean Skeloru [Tue, 12 Nov 2013 00:41:29 +0000 (01:41 +0100)]
#473 no need to have specific gitignore for django

10 years agoMerge pull request #838 from tiredpixel/ruby-slashes
Carl Suster [Mon, 11 Nov 2013 21:48:16 +0000 (13:48 -0800)]
Merge pull request #838 from tiredpixel/ruby-slashes

Slashify Ruby files and directories.

10 years agoUnslashify *.gem,*.rbc,.rvmrc . 838/head
tiredpixel [Mon, 11 Nov 2013 21:41:11 +0000 (21:41 +0000)]
Unslashify *.gem,*.rbc,.rvmrc .

arcresu pointed out that `*.gem`, `*.rbc`, `.rvmrc` might not be at
the top level in a repository. Thus, remove leading slashes for these.

10 years agoSlashify Ruby files and directories.
tiredpixel [Mon, 11 Nov 2013 19:48:31 +0000 (19:48 +0000)]
Slashify Ruby files and directories.

Perhaps this is a little pedantic, but without the initial / all
such matches within the repository get ignored, and without the
trailing slash files as well as directories of that name get ignored.
e.g. Specifying `tmp` and `test/tmp` without slashes is redundant, as
`tmp` already ignores `test/tmp`, as well as every other `tmp` and
`tmp/`.

10 years agoMerge pull request #443 from bungeshea/BricxCC
Adam Roben [Mon, 11 Nov 2013 19:31:13 +0000 (11:31 -0800)]
Merge pull request #443 from bungeshea/BricxCC

Added Bricx Command Center gitignore

10 years agoAdd comment to BricxCC.gitignore 443/head
Shea Bunge [Mon, 11 Nov 2013 19:28:53 +0000 (06:28 +1100)]
Add comment to BricxCC.gitignore

10 years agoMove BricxCC.gitignore to Global directory
Shea Bunge [Mon, 11 Nov 2013 19:27:39 +0000 (06:27 +1100)]
Move BricxCC.gitignore to Global directory

10 years agoMerge pull request #837 from milas/master
Adam Roben [Mon, 11 Nov 2013 18:28:17 +0000 (10:28 -0800)]
Merge pull request #837 from milas/master

Add Azure publish XML file

10 years agoAdd Azure publish XML file 837/head
Milas Bowman [Mon, 11 Nov 2013 17:52:59 +0000 (12:52 -0500)]
Add Azure publish XML file

* Ignore Azure publish *.azurePubxml files
* Add a trailing slash to csx
* Remove random whitespace after build output

10 years agoMerge pull request #506
Justin Spahr-Summers [Mon, 11 Nov 2013 17:51:50 +0000 (09:51 -0800)]
Merge pull request #506

10 years agoMerge remote-tracking branch 'origin/master' into pr/506
Justin Spahr-Summers [Mon, 11 Nov 2013 17:51:38 +0000 (09:51 -0800)]
Merge remote-tracking branch 'origin/master' into pr/506

Conflicts:
Yii.gitignore

10 years agoMerge pull request #615 from kristens/master
Adam Roben [Mon, 11 Nov 2013 17:26:43 +0000 (09:26 -0800)]
Merge pull request #615 from kristens/master

Added nunit result and visual state

10 years agoMerge pull request #582 from xnt/patch-1
Adam Roben [Mon, 11 Nov 2013 17:24:25 +0000 (09:24 -0800)]
Merge pull request #582 from xnt/patch-1

Ignoring "bld" directory

10 years agoMerge pull request #836 from jephir/fix-unity
Adam Roben [Mon, 11 Nov 2013 17:11:10 +0000 (09:11 -0800)]
Merge pull request #836 from jephir/fix-unity

Prevent Unity .gitignore from ignoring non-Unity project files

10 years agoPrevent Unity .gitignore from ignoring non-Unity project files 836/head
Jephir [Mon, 11 Nov 2013 17:05:58 +0000 (12:05 -0500)]
Prevent Unity .gitignore from ignoring non-Unity project files

Unity only generates project files in the top-level directory.
However, the current .gitignore will ignore all project files even
if they were not generated by Unity.

It is sometimes necessary to include non-Unity project files for
level editors or other utility projects that have been added to the
repository.

10 years agoMerge pull request #834 from arcresu/ruby-version
Adam Roben [Mon, 11 Nov 2013 16:07:32 +0000 (08:07 -0800)]
Merge pull request #834 from arcresu/ruby-version

Unify approach to ruby environment normalisation

10 years agoMerge pull request #488 from nanadevelopment/eeConfigAdd
Adam Roben [Mon, 11 Nov 2013 13:37:55 +0000 (05:37 -0800)]
Merge pull request #488 from nanadevelopment/eeConfigAdd

Added config files that should not be placed into repos by default as th...

10 years agoMerge pull request #477 from neilkelty/master
Adam Roben [Mon, 11 Nov 2013 13:26:57 +0000 (05:26 -0800)]
Merge pull request #477 from neilkelty/master

Include crash.log file in nanoc.gitignore

10 years agoMerge pull request #831 from arcresu/idea
Adam Roben [Mon, 11 Nov 2013 13:25:58 +0000 (05:25 -0800)]
Merge pull request #831 from arcresu/idea

Consolidate various IDE tempates into Global/JetBrains template

10 years agoMerge pull request #424 from MichaelMBishop/master
Adam Roben [Mon, 11 Nov 2013 13:15:35 +0000 (05:15 -0800)]
Merge pull request #424 from MichaelMBishop/master

added NotepadPP.gitignore for Notepad++

10 years agoMerge pull request #421 from matheussl/master
Justin Spahr-Summers [Mon, 11 Nov 2013 07:12:47 +0000 (23:12 -0800)]
Merge pull request #421 from matheussl/master

Add "pip-delete-this-directory.txt"

10 years agoJoin comments in rails template 834/head
Carl Suster [Sun, 10 Nov 2013 10:39:33 +0000 (21:39 +1100)]
Join comments in rails template

10 years agoTighten some ruby ignore patterns
Carl Suster [Sun, 10 Nov 2013 10:13:54 +0000 (21:13 +1100)]
Tighten some ruby ignore patterns

10 years agoOptionally ignore ruby env normalisation files, with comments
Carl Suster [Sun, 10 Nov 2013 10:12:01 +0000 (21:12 +1100)]
Optionally ignore ruby env normalisation files, with comments

10 years agoMerge pull request #833 from benmoss/master
Carl Suster [Sun, 10 Nov 2013 00:30:54 +0000 (16:30 -0800)]
Merge pull request #833 from benmoss/master

Leiningen by default creates a 'target' directory, not 'targets'

10 years agoLeiningen by default creates a 'target' directory, not 'targets' 833/head
Ben Moss [Sat, 9 Nov 2013 16:32:03 +0000 (11:32 -0500)]
Leiningen by default creates a 'target' directory, not 'targets'

10 years agoMerge pull request #743 from hkdobrev/master
Carl Suster [Sat, 9 Nov 2013 12:01:10 +0000 (04:01 -0800)]
Merge pull request #743 from hkdobrev/master

Add Composer.gitignore for composer packages

10 years agoAdd Composer.gitignore for composer packages 743/head
Haralan Dobrev [Mon, 19 Aug 2013 14:38:52 +0000 (17:38 +0300)]
Add Composer.gitignore for composer packages

Libraries/Projects using [Composer](http://getcomposer.org) for dependency management should include a `.gitignore` file like this.

It ignores the vendor folder which Composer uses for dependencies, classmaps and others. Composer keeps git repositories in this folder so it is cleaner if it is ignored.

[`composer.lock` should not be ignored.](http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file)

> Commit your application's composer.lock (along with composer.json) into version control.

> For your library you may commit the composer.lock file if you want to. This can help your team to always test against the same dependency versions. However, this lock file will not have any effect on other projects that depend on it. It only has an effect on the main project.

10 years agoRemove IntelliJ rules from Android -> Global/JetBrains 831/head
Carl Suster [Sat, 9 Nov 2013 02:02:44 +0000 (13:02 +1100)]
Remove IntelliJ rules from Android -> Global/JetBrains

10 years agoMerge pull request #832 from arcresu/latex
Adam Roben [Fri, 8 Nov 2013 23:06:15 +0000 (15:06 -0800)]
Merge pull request #832 from arcresu/latex

Sort TeX template by packages (and rename)

10 years agoRename LaTeX->TeX 832/head
Carl Suster [Fri, 8 Nov 2013 22:34:27 +0000 (09:34 +1100)]
Rename LaTeX->TeX

10 years agoIgnore .pyg files from LaTeX's minted package
Manuel Rauber [Fri, 8 Nov 2013 22:17:17 +0000 (09:17 +1100)]
Ignore .pyg files from LaTeX's minted package

10 years agoSort LaTeX auxiliary files by package
Carl Suster [Fri, 8 Nov 2013 22:15:39 +0000 (09:15 +1100)]
Sort LaTeX auxiliary files by package

10 years agoMerge pull request #828 from vvolkgang/patch-1
Carl Suster [Fri, 8 Nov 2013 21:34:20 +0000 (13:34 -0800)]
Merge pull request #828 from vvolkgang/patch-1

Added Visual Studio .suo files

10 years agoRename template IDEA->JetBrains
Carl Suster [Fri, 8 Nov 2013 21:14:41 +0000 (08:14 +1100)]
Rename template IDEA->JetBrains

10 years agoAdd back out/ for IntelliJ under IDEA
Carl Suster [Fri, 8 Nov 2013 21:04:35 +0000 (08:04 +1100)]
Add back out/ for IntelliJ under IDEA

10 years agoRemove .idea/ from ObjectiveC in favour of Global/IDEA
Carl Suster [Fri, 8 Nov 2013 20:37:49 +0000 (07:37 +1100)]
Remove .idea/ from ObjectiveC in favour of Global/IDEA

10 years agoAdd .idea/tasks.xmk to IDEA ignore suggections
Carl Suster [Fri, 8 Nov 2013 20:36:40 +0000 (07:36 +1100)]
Add .idea/tasks.xmk to IDEA ignore suggections

10 years agoRemove individual JetBrains IDE templates in favour of IDEA template
Carl Suster [Fri, 8 Nov 2013 20:22:55 +0000 (07:22 +1100)]
Remove individual JetBrains IDE templates in favour of IDEA template

10 years agoAdd an IDEA template to cover all related IDEs
Carl Suster [Fri, 8 Nov 2013 20:20:56 +0000 (07:20 +1100)]
Add an IDEA template to cover all related IDEs

10 years agoMerge pull request #829 from arcresu/patch-1
Adam Roben [Fri, 8 Nov 2013 20:19:12 +0000 (12:19 -0800)]
Merge pull request #829 from arcresu/patch-1

Add comment to prevent *.sublime-project being ignored.

10 years agoMerge pull request #452 from BFTrick/patch-1
Carl Suster [Fri, 8 Nov 2013 20:11:35 +0000 (12:11 -0800)]
Merge pull request #452 from BFTrick/patch-1

Adding wp-config.php Back Into Version Control

10 years agomerging upstream changes 452/head
Patrick Rauland [Fri, 8 Nov 2013 19:54:35 +0000 (13:54 -0600)]
merging upstream changes

10 years agoMake sublime-project rule off by default 829/head
Carl Suster [Fri, 8 Nov 2013 19:37:30 +0000 (06:37 +1100)]
Make sublime-project rule off by default

10 years agoAdd comment to prevent *.sublime-project being ignored.
Carl Suster [Fri, 8 Nov 2013 03:47:51 +0000 (14:47 +1100)]
Add comment to prevent *.sublime-project being ignored.

Based on advice in the documentation at
http://www.sublimetext.com/docs/2/projects.html

10 years agoMerge pull request #830 from kerimdzhanov/fix/node-gitignore
Adam Roben [Fri, 8 Nov 2013 14:32:38 +0000 (06:32 -0800)]
Merge pull request #830 from kerimdzhanov/fix/node-gitignore

remove `npm-debug.log` entry

10 years agoremove `npm-debug.log` entry 830/head
Dan Kerimdzhanov [Fri, 8 Nov 2013 12:34:28 +0000 (18:34 +0600)]
remove `npm-debug.log` entry

10 years agoMerge pull request #802 from lukemetz/master
Carl Suster [Fri, 8 Nov 2013 05:28:17 +0000 (21:28 -0800)]
Merge pull request #802 from lukemetz/master

Ignore elf and hex files in C.gitignore

10 years agoMerge pull request #705 from caiquerodrigues/patch-1
Adam Roben [Fri, 8 Nov 2013 03:55:15 +0000 (19:55 -0800)]
Merge pull request #705 from caiquerodrigues/patch-1

Dart.gitignore updated to reflect instructions provided by authors

10 years agoMerge pull request #814 from xiaogaozi/patch-1
Adam Roben [Fri, 8 Nov 2013 03:50:15 +0000 (19:50 -0800)]
Merge pull request #814 from xiaogaozi/patch-1

Python.gitignore add coverage.xml

10 years agoMerge pull request #805 from Utumno/patch-1
Adam Roben [Fri, 8 Nov 2013 03:44:43 +0000 (19:44 -0800)]
Merge pull request #805 from Utumno/patch-1

.classpath and .project files are *meant to be versioned*

10 years agoMerge pull request #623 from seabre/patch-1
Carl Suster [Fri, 8 Nov 2013 02:54:47 +0000 (18:54 -0800)]
Merge pull request #623 from seabre/patch-1

Ignore Leiningen REPL history

10 years agoMerge with latest master from upstream. Fix merge conflict with Leiningen.gitignore 623/head
Sean Brewer [Fri, 8 Nov 2013 02:50:41 +0000 (21:50 -0500)]
Merge with latest master from upstream. Fix merge conflict with Leiningen.gitignore

10 years agoMerge pull request #509 from cjerdonek/master
Carl Suster [Fri, 8 Nov 2013 02:31:11 +0000 (18:31 -0800)]
Merge pull request #509 from cjerdonek/master

Make Python .gitignore directory entries match only directories

10 years agoMake Python .gitignore directory entries match only directories. 509/head
Chris Jerdonek [Thu, 17 Jan 2013 02:37:11 +0000 (18:37 -0800)]
Make Python .gitignore directory entries match only directories.

This commit also alphabetizes the distribution/packaging section after
separating the directory entries from the file entries.  I left alone
a few entries that I'm not sure about (i.e. *.egg and the
"Mr Developer" section).

10 years agoAdded Visual Studio .suo files 828/head
Álison Fernandes [Fri, 8 Nov 2013 01:59:29 +0000 (01:59 +0000)]
Added Visual Studio .suo files

*.suo files are binary, user specific files generated by Visual Studio with some user configuration information, thus, don't need to be versioned.

10 years agoIgnore elf and hex in C.gitignore 802/head
= [Mon, 7 Oct 2013 20:16:11 +0000 (20:16 +0000)]
Ignore elf and hex in C.gitignore

10 years agoMerge pull request #636 from msgerbush/patch-1
Adam Roben [Thu, 7 Nov 2013 19:42:20 +0000 (11:42 -0800)]
Merge pull request #636 from msgerbush/patch-1

Reverting change to ignore build subdirectories

10 years agoMerge branch 'master' into patch-1 636/head
Michael Gerbush [Thu, 7 Nov 2013 19:04:32 +0000 (13:04 -0600)]
Merge branch 'master' into patch-1

Conflicts:
Objective-C.gitignore

10 years agoMerge pull request #501 from karenetheridge/master
Adam Roben [Thu, 7 Nov 2013 18:39:29 +0000 (10:39 -0800)]
Merge pull request #501 from karenetheridge/master

tighter and more perl entries

10 years agoMerge pull request #505 from abrodkin/qt-additions
Adam Roben [Thu, 7 Nov 2013 18:38:25 +0000 (10:38 -0800)]
Merge pull request #505 from abrodkin/qt-additions

Qt additions

10 years agoMerge pull request #522 from zellux/master
Adam Roben [Thu, 7 Nov 2013 18:34:58 +0000 (10:34 -0800)]
Merge pull request #522 from zellux/master

Ignore Rails directories instead of their files

10 years agoMerge pull request #379 from azzlack/master
Adam Roben [Thu, 7 Nov 2013 13:56:27 +0000 (05:56 -0800)]
Merge pull request #379 from azzlack/master

Added template for EPiServer

10 years agoMerge pull request #503 from SimonSimCity/master
Adam Roben [Thu, 7 Nov 2013 13:46:57 +0000 (05:46 -0800)]
Merge pull request #503 from SimonSimCity/master

Fix having TYPO3 core-files as symlinks and fixed product-name

10 years agoMerge pull request #346 from bripkens/patch-1
Adam Roben [Thu, 7 Nov 2013 13:35:43 +0000 (05:35 -0800)]
Merge pull request #346 from bripkens/patch-1

Ignore information for lein plugin directory.

10 years agoMerge pull request #352 from ghost/master
Adam Roben [Thu, 7 Nov 2013 13:35:24 +0000 (05:35 -0800)]
Merge pull request #352 from ghost/master

Magento 1.7 New Core Files & Folders Disregarded

10 years agoMerge pull request #350 from r1pp3rj4ck/patch-1
Adam Roben [Thu, 7 Nov 2013 13:30:39 +0000 (05:30 -0800)]
Merge pull request #350 from r1pp3rj4ck/patch-1

added composer.phar to Symfony2 gitignore

10 years agoMerge pull request #343 from jcowgill/master
Adam Roben [Thu, 7 Nov 2013 13:14:59 +0000 (05:14 -0800)]
Merge pull request #343 from jcowgill/master

Ignore generated MIDL header files

10 years agoMerge pull request #634 from nikr/patch-1
Carl Suster [Thu, 7 Nov 2013 10:06:11 +0000 (02:06 -0800)]
Merge pull request #634 from nikr/patch-1

LaTeX.gitignore: add .brf for files generated by hyperref

10 years agoadd .brf for files generated by hyperref 634/head
Niklas Rehfeld [Wed, 1 May 2013 04:55:44 +0000 (16:55 +1200)]
add .brf for files generated by hyperref

.brf files are generated if the 'backref' or 'pagebackref' options of the hyperref package are enabled. These are intermediate files, so shouldn't be tracked.

10 years agoMerge pull request #453 from oschrenk/patch-1
Carl Suster [Thu, 7 Nov 2013 03:58:09 +0000 (19:58 -0800)]
Merge pull request #453 from oschrenk/patch-1

Ignore *.loa in LaTeX; auxiliary 'list of algorithms' file generated by the algorithms package

10 years agoMerge pull request #618 from rayshan/patch-1
Carl Suster [Thu, 7 Nov 2013 03:46:18 +0000 (19:46 -0800)]
Merge pull request #618 from rayshan/patch-1

Comment for .py[cod] files

10 years agoMerge pull request #767 from lunks/remove-dot-project-from-rails-gitignore
Carl Suster [Thu, 7 Nov 2013 03:28:39 +0000 (19:28 -0800)]
Merge pull request #767 from lunks/remove-dot-project-from-rails-gitignore

Remove .project from Rails.gitignore since it is covered by Global/Eclipse.gitignore

10 years agoMerge pull request #643 from stationkeeping/patch-1
Carl Suster [Wed, 6 Nov 2013 23:30:32 +0000 (15:30 -0800)]
Merge pull request #643 from stationkeeping/patch-1

Fixed SASS case (It's Sass, not SASS)

10 years agoMerge pull request #821 from healsdata/master
Adam Roben [Wed, 6 Nov 2013 14:03:17 +0000 (06:03 -0800)]
Merge pull request #821 from healsdata/master

Create an ignore file for Vagrant's configuration and internal files.

10 years agoAllow the Vagrantfile to be tracked as that's the intended purpose. 821/head
Jonathan Campbell [Wed, 6 Nov 2013 03:41:37 +0000 (22:41 -0500)]
Allow the Vagrantfile to be tracked as that's the intended purpose.

From the documentation at http://docs.vagrantup.com/v2/getting-started/project_setup.html

"The Vagrantfile is meant to be committed to version control with your project, if you use version control. This way, every person working with that project can benefit from Vagrant without any upfront work."

10 years agoMerge pull request #398 from huxuan/master
Carl Suster [Wed, 6 Nov 2013 03:25:50 +0000 (19:25 -0800)]
Merge pull request #398 from huxuan/master

Add *.thm for LaTeX; generated by ntheorem/amsthm packages

10 years agoMerge pull request #438 from ChristianBoehlke/master
Carl Suster [Wed, 6 Nov 2013 03:11:14 +0000 (19:11 -0800)]
Merge pull request #438 from ChristianBoehlke/master

Add *.lol to LaTeX.gitignore: generated by the listing package (list of listings)

10 years agoMerge pull request #315 from torbjoernk/global_add_kdevelop
Justin Spahr-Summers [Tue, 5 Nov 2013 19:23:52 +0000 (11:23 -0800)]
Merge pull request #315 from torbjoernk/global_add_kdevelop

adding global gitignore for KDevelop4

10 years agoMerge pull request #826 from cobyism/rework-contributing-guides
Coby Chapple [Tue, 5 Nov 2013 17:06:05 +0000 (09:06 -0800)]
Merge pull request #826 from cobyism/rework-contributing-guides

Better contributing guidelines

10 years agoextract out new contributing guidelines to CONTRIBUTING.md 826/head
Coby Chapple [Tue, 5 Nov 2013 16:58:09 +0000 (16:58 +0000)]
extract out new contributing guidelines to CONTRIBUTING.md

10 years agoMerge pull request #302 from bakkdoor/master
Adam Roben [Tue, 5 Nov 2013 17:04:33 +0000 (09:04 -0800)]
Merge pull request #302 from bakkdoor/master

Fancy gitignore

10 years agoMerge pull request #300 from pangratz/add_texlipse
Adam Roben [Tue, 5 Nov 2013 17:03:04 +0000 (09:03 -0800)]
Merge pull request #300 from pangratz/add_texlipse

Add .texlipse for the TeXlipse Latex plugin for Eclipse