]> source.dussan.org Git - gitignore.git/log
gitignore.git
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

10 years agoMerge pull request #232 from tomparle/patch-1
Adam Roben [Tue, 5 Nov 2013 16:49:25 +0000 (08:49 -0800)]
Merge pull request #232 from tomparle/patch-1

Added 'lib' and 'modules' folders which should also be excluded...

10 years agoMerge pull request #820 from harshadsabne/master
Adam Roben [Tue, 5 Nov 2013 16:39:37 +0000 (08:39 -0800)]
Merge pull request #820 from harshadsabne/master

Add .gradle to Eclipse.gitignore

10 years agoMerge pull request #825 from tamird/patch-1
Adam Roben [Tue, 5 Nov 2013 16:37:12 +0000 (08:37 -0800)]
Merge pull request #825 from tamird/patch-1

Update Scala.gitignore

10 years agoMerge pull request #827 from trevorsheridan/master
Adam Roben [Tue, 5 Nov 2013 16:36:38 +0000 (08:36 -0800)]
Merge pull request #827 from trevorsheridan/master

Cleaning up Objective-C .gitignore and adding OS X section

10 years agoMerge pull request #693 from nichtich/patch-1
Adam Roben [Tue, 5 Nov 2013 16:29:17 +0000 (08:29 -0800)]
Merge pull request #693 from nichtich/patch-1

Added .bcf extension created by BibLaTeX

10 years agoMerge pull request #434 from Skyr/master
Adam Roben [Tue, 5 Nov 2013 14:49:38 +0000 (06:49 -0800)]
Merge pull request #434 from Skyr/master

SBT 0.12: Additional files

10 years agoIgnore cache and history (created by SBT >=0.12) 434/head
Stefan Schlott [Thu, 20 Sep 2012 10:00:12 +0000 (12:00 +0200)]
Ignore cache and history (created by SBT >=0.12)

10 years agoadd a section about not including every template under the sun
Coby Chapple [Tue, 5 Nov 2013 00:26:19 +0000 (00:26 +0000)]
add a section about not including every template under the sun

10 years agoreword one-file-per-commit guideline to be about keeping PRs atomic
Coby Chapple [Tue, 5 Nov 2013 00:01:34 +0000 (00:01 +0000)]
reword one-file-per-commit guideline to be about keeping PRs atomic

10 years agoMerge pull request #526 from bdukes/patch-2
Markus Olsson [Mon, 4 Nov 2013 22:36:42 +0000 (14:36 -0800)]
Merge pull request #526 from bdukes/patch-2

Add $tf folder to VisualStudio.gitignore

10 years agoCleaning up Objective-C .gitignore and adding OS X section 827/head
Trevor Sheridan [Mon, 4 Nov 2013 22:33:14 +0000 (15:33 -0700)]
Cleaning up Objective-C .gitignore and adding OS X section

10 years agoMerge pull request #780 from juristr/patch-1
Brendan Forster [Mon, 4 Nov 2013 22:09:04 +0000 (14:09 -0800)]
Merge pull request #780 from juristr/patch-1

adds ignore for NCrunch cache folder

10 years agoMerge pull request #824 from jamie-humphries/master
Markus Olsson [Mon, 4 Nov 2013 22:06:54 +0000 (14:06 -0800)]
Merge pull request #824 from jamie-humphries/master

Add Visual Studio ignore rule for files generated by Microsoft Fakes.

10 years agoUpdate Scala.gitignore 825/head
Tamir Duberstein [Mon, 4 Nov 2013 19:36:31 +0000 (11:36 -0800)]
Update Scala.gitignore

sbt now creates .cache and .history

10 years agostart reworking README to better articulate some contributing guidelines
Coby Chapple [Mon, 4 Nov 2013 17:36:23 +0000 (17:36 +0000)]
start reworking README to better articulate some contributing guidelines

10 years agoMerge pull request #713 from titanous/patch-1
Adam Roben [Mon, 4 Nov 2013 15:18:46 +0000 (07:18 -0800)]
Merge pull request #713 from titanous/patch-1

Ignore Go test files

10 years agoMerge remote-tracking branch 'upstream/master' 343/head
James Cowgill [Mon, 4 Nov 2013 14:39:21 +0000 (14:39 +0000)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
CSharp.gitignore
VB.Net.gitignore

10 years agoMerge pull request #822 from IconoclastLabs/master
Adam Roben [Mon, 4 Nov 2013 14:37:03 +0000 (06:37 -0800)]
Merge pull request #822 from IconoclastLabs/master

Additions added

10 years agoAdd Visual Studio ignore rule for files generated by Microsoft Fakes. 824/head
Jamie Humphries [Mon, 4 Nov 2013 14:36:51 +0000 (14:36 +0000)]
Add Visual Studio ignore rule for files generated by Microsoft Fakes.

Ignores generated Fakes assemblies and related files placed under the FakesAssemblies directory.
These files are generated at build time from the *.fakes configuration files.

10 years agoMerge pull request #765 from martinblech/patch-1
Adam Roben [Mon, 4 Nov 2013 14:36:31 +0000 (06:36 -0800)]
Merge pull request #765 from martinblech/patch-1

Ignoring [._]*.s[a-w][a-z] instead of *.s[a-w][a-z]

10 years agoIgnoring [._]*.sw[a-p] instead of *.s[a-w][a-z] 765/head
Martín Blech [Sun, 8 Sep 2013 02:12:37 +0000 (23:12 -0300)]
Ignoring [._]*.sw[a-p] instead of *.s[a-w][a-z]

The old pattern was too broad and was making VIM ignore Scheme (*.scm) files.
Now it only matches files that start with . or _.

10 years agoMerge pull request #823 from snisarg/master
Adam Roben [Mon, 4 Nov 2013 14:04:48 +0000 (06:04 -0800)]
Merge pull request #823 from snisarg/master

Added Windows specific .obj for objects to ignore.

10 years agoMerge pull request #1 from ipwnstuff/master 822/head
Gant Laborde [Mon, 4 Nov 2013 13:56:22 +0000 (05:56 -0800)]
Merge pull request #1 from ipwnstuff/master

Add a few files and directories to RubyMotion.gitignore

10 years agoMerge pull request #819 from normenmueller/master
Adam Roben [Mon, 4 Nov 2013 13:52:01 +0000 (05:52 -0800)]
Merge pull request #819 from normenmueller/master

extend list of LaTeX/ Scala ignores

10 years agoAdded Windows specific .obj for objects to ignore. 823/head
Nisarg Shah [Mon, 4 Nov 2013 13:51:39 +0000 (19:21 +0530)]
Added Windows specific .obj for objects to ignore.

10 years agoMerge pull request #640 from arcresu/patch-1
Adam Roben [Mon, 4 Nov 2013 13:50:54 +0000 (05:50 -0800)]
Merge pull request #640 from arcresu/patch-1

Ignore additional temporary files in LaTeX projects

10 years agoMerge pull request #804 from rutice/osx
Adam Roben [Mon, 4 Nov 2013 13:44:51 +0000 (05:44 -0800)]
Merge pull request #804 from rutice/osx

Fix OSX-specific Icon\r rule

10 years agoMerge pull request #786 from micole/processingproject
Adam Roben [Mon, 4 Nov 2013 13:40:29 +0000 (05:40 -0800)]
Merge pull request #786 from micole/processingproject

Added the processing project

10 years agoMerge pull request #751 from nysa/master
Adam Roben [Mon, 4 Nov 2013 13:38:40 +0000 (05:38 -0800)]
Merge pull request #751 from nysa/master

Vim: Ignore .*.s[a-w][a-z] and .s[a-w][a-z] swap files

10 years agoMerge pull request #810 from mildis/master
Adam Roben [Mon, 4 Nov 2013 13:33:24 +0000 (05:33 -0800)]
Merge pull request #810 from mildis/master

add Windows Installer files

10 years agoMerge pull request #703 from modocache/master
Adam Roben [Mon, 4 Nov 2013 13:28:59 +0000 (05:28 -0800)]
Merge pull request #703 from modocache/master

Ignore source control plist files generated by Xcode.