]> source.dussan.org Git - gitignore.git/log
gitignore.git
11 years agoMove editor specific files into a new DartEditor.gitignore 835/head
Guillaume Girou [Sun, 10 Nov 2013 16:13:30 +0000 (17:13 +0100)]
Move editor specific files into a new DartEditor.gitignore

11 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'

11 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'

11 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

11 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.

11 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)

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

11 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

11 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

11 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

11 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.

11 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

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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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*

11 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

11 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

11 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

11 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).

11 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.

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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

11 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.

11 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

11 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

11 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

11 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

11 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.

11 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

11 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

11 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

11 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)

11 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.

11 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."

11 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

11 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)

11 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

11 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

11 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

11 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

11 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

11 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...

11 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

11 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

11 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

11 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

11 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

11 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)

11 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

11 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

11 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

11 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

11 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

11 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.

11 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

11 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

11 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

11 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

11 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

11 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.

11 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]

11 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 _.

11 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.

11 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

11 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

11 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.

11 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

11 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

11 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

11 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

11 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

11 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.

11 years agoMerge pull request #699 from Bengt/includism
Adam Roben [Mon, 4 Nov 2013 13:26:16 +0000 (05:26 -0800)]
Merge pull request #699 from Bengt/includism

Includism: Remove `.*`

11 years agoMerge pull request #613 from bdukes/patch-3
Adam Roben [Mon, 4 Nov 2013 13:21:57 +0000 (05:21 -0800)]
Merge pull request #613 from bdukes/patch-3

Ignore user-specific ReSharper settings

11 years agoMerge pull request #405 from malleor/master
Adam Roben [Mon, 4 Nov 2013 13:17:28 +0000 (05:17 -0800)]
Merge pull request #405 from malleor/master

Added Windows objects, libraries and executables to C++.gitignore

11 years agoMerge pull request #370 from bdsatish/master
Adam Roben [Mon, 4 Nov 2013 13:16:16 +0000 (05:16 -0800)]
Merge pull request #370 from bdsatish/master

gtags (GNU global) and cscope ignore files.

11 years agoMerge pull request #377 from IconoclastLabs/master
Adam Roben [Mon, 4 Nov 2013 13:12:52 +0000 (05:12 -0800)]
Merge pull request #377 from IconoclastLabs/master

Add RubyMotion gitignore to Github's defaults

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

Add out folder to gitignore

11 years agoMerge pull request #674 from sayedihashimi/master
Markus Olsson [Mon, 4 Nov 2013 12:14:50 +0000 (04:14 -0800)]
Merge pull request #674 from sayedihashimi/master

Update to remove .pubxml

11 years agoMerge pull request #567 from kshapkin/master
Markus Olsson [Mon, 4 Nov 2013 09:34:20 +0000 (01:34 -0800)]
Merge pull request #567 from kshapkin/master

VisualStudio: Add Business Intelligence projects

11 years agoMerge pull request #709 from jonathanwindle/visualstudio-schemaview
Markus Olsson [Mon, 4 Nov 2013 09:25:30 +0000 (01:25 -0800)]
Merge pull request #709 from jonathanwindle/visualstudio-schemaview

Add schemaview extension to VisualStudio.gitignore

11 years agoMerge pull request #811 from eddiegroves/patch-1
Markus Olsson [Mon, 4 Nov 2013 09:22:27 +0000 (01:22 -0800)]
Merge pull request #811 from eddiegroves/patch-1

Add WCF tracing file, replace duplicate .log entry

11 years agoCreate an ignore file for Vagrant's configuration and internal files.
Jonathan Campbell [Sun, 3 Nov 2013 04:43:07 +0000 (00:43 -0400)]
Create an ignore file for Vagrant's configuration and internal files.

Documented at http://docs.vagrantup.com/v2/getting-started/project_setup.html

These files are created automatically the first time a vagrant box is started.

11 years agoadd `.lib/` to list of Scala ignores 819/head
Dr. Normen Müller [Fri, 1 Nov 2013 15:20:41 +0000 (16:20 +0100)]
add `.lib/` to list of Scala ignores

This directory is motivated by the `sbt.g8` template.

11 years agoAdd .gradle 820/head
Harshad Sabne [Wed, 30 Oct 2013 19:33:56 +0000 (01:03 +0530)]
Add .gradle

11 years agoadd `*.fls` to list of LaTeX ignores
Dr. Normen Müller [Tue, 29 Oct 2013 19:40:20 +0000 (20:40 +0100)]
add `*.fls` to list of LaTeX ignores

11 years agoPython.gitignore add coverage.xml 814/head
Changjian Gao [Tue, 22 Oct 2013 10:17:22 +0000 (18:17 +0800)]
Python.gitignore add coverage.xml

11 years agoAdd WCF tracing file, replace duplicate .log entry 811/head
eddiegroves [Mon, 21 Oct 2013 01:40:53 +0000 (12:40 +1100)]
Add WCF tracing file, replace duplicate .log entry

WCF tracing files (.svclog) are used by the Service Trace Viewer Tool.