]> source.dussan.org Git - gitignore.git/log
gitignore.git
7 years agoCreate .gitignore rules for JEnv 2395/head
Keir Nellyer [Thu, 25 May 2017 22:48:15 +0000 (23:48 +0100)]
Create .gitignore rules for JEnv

7 years agoMerge pull request #2389 from KoynovStas/Qt_UnitTests
Brendan Forster [Mon, 22 May 2017 11:42:37 +0000 (13:42 +0200)]
Merge pull request #2389 from KoynovStas/Qt_UnitTests

Qt unit tests

7 years agoMerge pull request #2391 from jwg4/patch-1
Brendan Forster [Mon, 22 May 2017 09:33:31 +0000 (11:33 +0200)]
Merge pull request #2391 from jwg4/patch-1

Consolidate all environments in one section

7 years agoConsolidate all environments in one section 2391/head
jwg4 [Mon, 22 May 2017 09:24:44 +0000 (09:24 +0000)]
Consolidate all environments in one section

Some of these names relate to specific tools, others could be used by multiple tools. In particular, virtualenv, the most popular tool for creating Python environments, does not mandate any of these and venv/ or .venv are simply conventional. It is more readable to group all of these together.

7 years agoadd object_script to Qt.gitignore 2389/head
KoynovStas [Sun, 21 May 2017 07:06:01 +0000 (11:06 +0400)]
add object_script to Qt.gitignore

For template rules (modern style) in Qt project file,
this file is autogenerated by qmake.

Example old style (pro file):
SOURCES += src/1.cpp \
           src/2.cpp

Example new style, uses template rules (pro file):
SOURCES += src/*.cpp

qmake auto generate files with list of objects
object_script.*.Debug
object_script.*.Release

7 years agoadd target_wrapper.* to Qt.gitignore
KoynovStas [Sun, 21 May 2017 06:56:56 +0000 (10:56 +0400)]
add target_wrapper.* to Qt.gitignore

This file is autogenerated by qmake for run auto(unit) tests.
For Windows: target_wrapper.bat
For Unix: target_wrapper.sh

7 years agoMerge pull request #2388 from KoynovStas/Static_QT
Brendan Forster [Sun, 21 May 2017 03:57:35 +0000 (13:57 +1000)]
Merge pull request #2388 from KoynovStas/Static_QT

add *_plugin_import.cpp to Qt.gitignore

7 years agoadd *_plugin_import.cpp to Qt.gitignore 2388/head
KoynovStas [Sat, 20 May 2017 12:49:28 +0000 (16:49 +0400)]
add *_plugin_import.cpp to Qt.gitignore

This file is autogenerated by qmake. It imports static plugin classes for
static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS.<plugin> variables.

This file is autogenerated for static build

7 years agoMerge pull request #2374 from julienshepherd/master
Brendan Forster [Sat, 20 May 2017 05:07:54 +0000 (15:07 +1000)]
Merge pull request #2374 from julienshepherd/master

add .appx to VisualStudio.gitignore

7 years agoUpdate VisualStudio.gitignore 2374/head
julienshepherd [Wed, 17 May 2017 18:13:11 +0000 (21:13 +0300)]
Update VisualStudio.gitignore

7 years agoMerge pull request #2383 from shiftkey/patch-1
Brendan Forster [Mon, 15 May 2017 09:33:55 +0000 (19:33 +1000)]
Merge pull request #2383 from shiftkey/patch-1

ensure the following ! rules are included

7 years agoensure the following ! rules are included 2383/head
Brendan Forster [Mon, 15 May 2017 09:31:13 +0000 (19:31 +1000)]
ensure the following ! rules are included

7 years agoMerge pull request #2379 from scari/master
Brendan Forster [Fri, 12 May 2017 09:36:02 +0000 (19:36 +1000)]
Merge pull request #2379 from scari/master

Fixed typo

7 years agoFixed typo 2379/head
Younggun Kim [Fri, 12 May 2017 09:08:06 +0000 (18:08 +0900)]
Fixed typo

7 years agoMerge pull request #2375 from vuolter/patch-1
Brendan Forster [Wed, 10 May 2017 08:38:20 +0000 (18:38 +1000)]
Merge pull request #2375 from vuolter/patch-1

Add stackdump to Windows.gitignore

7 years agoAdd stackdump to Windows.gitignore 2375/head
Walter Purcaro [Wed, 10 May 2017 07:23:36 +0000 (09:23 +0200)]
Add stackdump to Windows.gitignore

**Reasons for making this change:**

Ignore the stack dump generated when a program has crashed under Windows.

**Links to documentation supporting these rule changes:**

http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash
https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962

7 years agoadd .appx to VisualStudio.gitignore
julienshepherd [Tue, 9 May 2017 09:54:22 +0000 (12:54 +0300)]
add .appx to VisualStudio.gitignore

for .appx files created in the project root directory.

7 years agoMerge pull request #2371 from brettcannon/patch-1
Brendan Forster [Sun, 7 May 2017 01:55:17 +0000 (11:55 +1000)]
Merge pull request #2371 from brettcannon/patch-1

Ignore mypy's cache directory

7 years agoIgnore mypy's cache directory 2371/head
Brett Cannon [Sat, 6 May 2017 20:30:48 +0000 (13:30 -0700)]
Ignore mypy's cache directory

7 years agoMerge pull request #2359 from Glordim/master
Brendan Forster [Mon, 24 Apr 2017 08:43:33 +0000 (18:43 +1000)]
Merge pull request #2359 from Glordim/master

Add moc_*.h in Qt.gitignore

7 years agoAdd moc_*.h in Qt.gitignore 2359/head
Glordim [Sun, 23 Apr 2017 08:12:53 +0000 (10:12 +0200)]
Add moc_*.h in Qt.gitignore

7 years agoMerge pull request #2356 from orzechow/microsoft-visio
Brendan Forster [Wed, 19 Apr 2017 23:29:05 +0000 (09:29 +1000)]
Merge pull request #2356 from orzechow/microsoft-visio

Edit ignore for Microsoft Visio autosave files to include Office <= 2003

7 years agoEdit ignore for Microsoft Visio autosave files to include Office <= 2003 2356/head
Piotr Orzechowski [Wed, 19 Apr 2017 15:15:22 +0000 (17:15 +0200)]
Edit ignore for Microsoft Visio autosave files to include Office <= 2003

7 years agoMerge pull request #2354 from mkakodkar/patch-1
Brendan Forster [Mon, 17 Apr 2017 00:10:23 +0000 (10:10 +1000)]
Merge pull request #2354 from mkakodkar/patch-1

Added .tgz

7 years agoAdded .tgz 2354/head
Mayank Kakodkar [Sun, 16 Apr 2017 18:36:41 +0000 (14:36 -0400)]
Added .tgz

7 years agoMerge pull request #2315 from ehannes/fix-magento-sub-dir-exclude
Brendan Forster [Fri, 14 Apr 2017 23:58:15 +0000 (09:58 +1000)]
Merge pull request #2315 from ehannes/fix-magento-sub-dir-exclude

Fixes issue excluding sub directories

7 years agoMerge pull request #2316 from gagallo7/patch-1
Brendan Forster [Fri, 14 Apr 2017 23:13:10 +0000 (09:13 +1000)]
Merge pull request #2316 from gagallo7/patch-1

Allow PakBlacklist-*.txt files inside Build dir in UnrealEngine.gitignore

7 years agoMerge pull request #2329 from Omarasifshaikh/patch-1
Brendan Forster [Fri, 14 Apr 2017 23:05:42 +0000 (09:05 +1000)]
Merge pull request #2329 from Omarasifshaikh/patch-1

Adding cmake-build-debug

7 years agoMerge pull request #2330 from random82/patch-1
Brendan Forster [Fri, 14 Apr 2017 23:05:13 +0000 (09:05 +1000)]
Merge pull request #2330 from random82/patch-1

Added .spyproject to ignored paths

7 years agoMerge pull request #2162 from chaosdefinition/chaosdefinition-patch-1
Brendan Forster [Tue, 4 Apr 2017 10:46:50 +0000 (20:46 +1000)]
Merge pull request #2162 from chaosdefinition/chaosdefinition-patch-1

[C] ignore versions of kernel module build results

7 years agoMerge pull request #2344 from orzechow/tex-pdfpc
Brendan Forster [Mon, 3 Apr 2017 08:15:54 +0000 (18:15 +1000)]
Merge pull request #2344 from orzechow/tex-pdfpc

Add pdfpc files to Tex.gitignore

7 years agoMerge pull request #2343 from ghisvail/patch-1
Brendan Forster [Mon, 3 Apr 2017 00:13:01 +0000 (10:13 +1000)]
Merge pull request #2343 from ghisvail/patch-1

Ignore mkdocs site directory

7 years agoExclude the root site folder only 2343/head
Ghislain Antony Vaillant [Sat, 1 Apr 2017 07:38:52 +0000 (08:38 +0100)]
Exclude the root site folder only

7 years agoAdd pdfpc files to Tex.gitignore 2344/head
Piotr Orzechowski [Fri, 31 Mar 2017 17:36:59 +0000 (19:36 +0200)]
Add pdfpc files to Tex.gitignore

The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files.
These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually).

[1] https://pdfpc.github.io/
[2] https://github.com/cebe/pdfpc-latex-notes

7 years agoIgnore mkdocs site directory
Ghislain Antony Vaillant [Fri, 31 Mar 2017 08:53:22 +0000 (09:53 +0100)]
Ignore mkdocs site directory

[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.

7 years agoMerge pull request #2337 from spencermathews/fix-macos-icon
Brendan Forster [Tue, 28 Mar 2017 23:56:40 +0000 (10:56 +1100)]
Merge pull request #2337 from spencermathews/fix-macos-icon

Fix macOS Icon

7 years agoMerge pull request #2336 from raeglan/patch-1
Brendan Forster [Tue, 28 Mar 2017 21:53:31 +0000 (08:53 +1100)]
Merge pull request #2336 from raeglan/patch-1

.project and .classpath should be inside VC

7 years agoAdd two CR characters to ignore Icon? 2337/head
Spencer Mathews [Tue, 28 Mar 2017 21:42:51 +0000 (14:42 -0700)]
Add two CR characters to ignore Icon?

7 years agoChange macOS to UNIX line endings
Spencer Mathews [Tue, 28 Mar 2017 21:32:40 +0000 (14:32 -0700)]
Change macOS to UNIX line endings

7 years ago.project and .classpath should be inside VC 2336/head
Rafael Miranda [Tue, 28 Mar 2017 07:22:28 +0000 (09:22 +0200)]
.project and .classpath should be inside VC

From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F

7 years agoMerge pull request #2331 from cptaffe/master
Brendan Forster [Thu, 23 Mar 2017 22:38:54 +0000 (09:38 +1100)]
Merge pull request #2331 from cptaffe/master

Rails gitignore misuses double-asterisk

7 years agoDouble-asterisk misuse 2331/head
Connor Taffe [Thu, 23 Mar 2017 16:09:50 +0000 (11:09 -0500)]
Double-asterisk misuse

`**.` is invalid

7 years agoAdded .spyproject to ignored paths 2330/head
Dominik Raniszewski [Tue, 21 Mar 2017 01:06:48 +0000 (12:06 +1100)]
Added .spyproject to ignored paths

Looks like Spyder 3.1 uses .spyproject folder to store workspace config

7 years agoAdding cmake-build-debug 2329/head
Omar Shaikh [Mon, 20 Mar 2017 06:20:15 +0000 (23:20 -0700)]
Adding cmake-build-debug

7 years agoMerge pull request #2321 from matt40k/patch-1
Brendan Forster [Mon, 13 Mar 2017 23:29:10 +0000 (09:59 +1030)]
Merge pull request #2321 from matt40k/patch-1

Add ignore for Secondary data files

7 years agoAdd ignore for Secondary data files 2321/head
Matt Smith [Mon, 13 Mar 2017 10:13:39 +0000 (10:13 +0000)]
Add ignore for Secondary data files

Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)

7 years agoMerge pull request #2319 from kevmoo/patch-1
Brendan Forster [Mon, 13 Mar 2017 00:44:35 +0000 (08:44 +0800)]
Merge pull request #2319 from kevmoo/patch-1

Drastically simplify .gitignore for Dart

7 years agoMerge pull request #2320 from Cantido/master
Brendan Forster [Mon, 13 Mar 2017 00:43:55 +0000 (08:43 +0800)]
Merge pull request #2320 from Cantido/master

Add Cursive's REPL history file

7 years agoAdd Cursive's REPL history file 2320/head
Robert Richter [Sun, 12 Mar 2017 16:37:13 +0000 (11:37 -0500)]
Add Cursive's REPL history file

**Reasons for making this change:**

The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.

**Links to documentation supporting these rule changes:**

This file is not well-documented, but in cursive-ide/cursive#1325,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.

7 years agoMerge pull request #2318 from bbodenmiller/patch-3
Brendan Forster [Sun, 12 Mar 2017 04:25:06 +0000 (12:25 +0800)]
Merge pull request #2318 from bbodenmiller/patch-3

remove extra line

7 years agoUpdate Dart.gitignore 2319/head
Kevin Moore [Sat, 11 Mar 2017 21:41:43 +0000 (13:41 -0800)]
Update Dart.gitignore

7 years agoUpdate Dart.gitignore
Kevin Moore [Sat, 11 Mar 2017 21:41:14 +0000 (13:41 -0800)]
Update Dart.gitignore

7 years agoDrastically simplify .gitignore for Dart
Kevin Moore [Sat, 11 Mar 2017 00:32:54 +0000 (16:32 -0800)]
Drastically simplify .gitignore for Dart

Our typical workflow has JS and related build outputs in the `build` directory.

Most users are on new SDKs, so we don't have to worry about these ignores.
Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later.

7 years agoremove extra line 2318/head
Ben Bodenmiller [Fri, 10 Mar 2017 22:43:32 +0000 (14:43 -0800)]
remove extra line

7 years agoAllow PakBlacklist-*.txt files inside Build dir 2316/head
gagallo7 [Thu, 9 Mar 2017 13:56:06 +0000 (10:56 -0300)]
Allow PakBlacklist-*.txt files inside Build dir

The PakBlacklist-<BuildConfiguration>.txt is used to disallow some files to be packaged in the pak file.
This can be very helpful to reduce pak file size for mobile platforms.

To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps:
1. Create the PakBlacklist-Shipping.txt file in Build/Android directory.
2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset
3. Package the game

Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist

7 years agoFixes issue excluding sub directories 2315/head
Hannes Elvemyr [Thu, 9 Mar 2017 10:31:19 +0000 (11:31 +0100)]
Fixes issue excluding sub directories

This .gitignore is not correct. At least was not working for me.
Ignoring /media/* and then excluding !/media/customer/.htaccess is not
working. According to the Git manual, "It is not possible to re-include
a file if a parent directory of that file is excluded."
(https://git-scm.com/docs/gitignore).

Found a solution here:
http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/16318111#16318111

7 years agoMerge pull request #2312 from Yousha/patch-1
Brendan Forster [Tue, 7 Mar 2017 00:31:32 +0000 (11:31 +1100)]
Merge pull request #2312 from Yousha/patch-1

Remove Composer's file and directory from Symfony.

7 years agoRemove Composer's file and directory. 2312/head
Yousha Aleayoub [Mon, 6 Mar 2017 15:46:06 +0000 (19:16 +0330)]
Remove Composer's file and directory.

7 years agoMerge pull request #2305 from robinhultman/visualstudio-biztalk
Markus Olsson [Thu, 2 Mar 2017 12:59:59 +0000 (13:59 +0100)]
Merge pull request #2305 from robinhultman/visualstudio-biztalk

Added BizTalk build output files to ignore list

7 years agoAdded BizTalk build output files to ignore list 2305/head
Robin Hultman [Wed, 1 Mar 2017 09:32:17 +0000 (10:32 +0100)]
Added BizTalk build output files to ignore list

7 years agoMerge pull request #2302 from dopefishh/tex-remove-dups
Brendan Forster [Tue, 28 Feb 2017 10:38:09 +0000 (21:38 +1100)]
Merge pull request #2302 from dopefishh/tex-remove-dups

TeX: remove duplicates

7 years agoTeX: remove duplicates 2302/head
Mart Lubbers [Tue, 28 Feb 2017 10:27:43 +0000 (11:27 +0100)]
TeX: remove duplicates

7 years agoMerge pull request #2301 from MichaelKogan/VS-JustMock_Config
Brendan Forster [Tue, 28 Feb 2017 10:11:34 +0000 (21:11 +1100)]
Merge pull request #2301 from MichaelKogan/VS-JustMock_Config

Added Telerik's JustMock configruation files

7 years agoAdded Telerik's JustMock configruation files 2301/head
MichaelKogan [Tue, 28 Feb 2017 07:15:00 +0000 (09:15 +0200)]
Added Telerik's JustMock configruation files

7 years agoMerge pull request #2292 from jlabarbera11/master
Brendan Forster [Wed, 22 Feb 2017 21:21:49 +0000 (08:21 +1100)]
Merge pull request #2292 from jlabarbera11/master

Added /project/project to PlayFramework.gitignore

7 years agoAdded /project/project to PlayFramework.gitignore 2292/head
Joe LaBarbera [Wed, 22 Feb 2017 16:41:54 +0000 (08:41 -0800)]
Added /project/project to PlayFramework.gitignore

https://www.playframework.com/documentation/2.5.x/Anatomy

7 years agoMerge pull request #2291 from pmsosa/patch-1
Brendan Forster [Mon, 20 Feb 2017 09:23:13 +0000 (20:23 +1100)]
Merge pull request #2291 from pmsosa/patch-1

[Python Gitignore] Ignore Sage's parsed files

7 years agoUpdate Python.gitignore 2291/head
Pedro M. Sosa [Mon, 20 Feb 2017 07:52:08 +0000 (23:52 -0800)]
Update Python.gitignore

7 years ago[Python Gitignore] Ignore Sage's parsed files
Pedro M. Sosa [Mon, 20 Feb 2017 05:43:08 +0000 (21:43 -0800)]
[Python Gitignore] Ignore Sage's parsed files

Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.

7 years agoMerge pull request #2290 from aleixosk/master
Brendan Forster [Fri, 17 Feb 2017 14:11:21 +0000 (01:11 +1100)]
Merge pull request #2290 from aleixosk/master

Ignore dictionaries to reflect docs

7 years agoIgnore dictionaries to reflect docs 2290/head
Aleixo Sánchez [Fri, 17 Feb 2017 10:25:02 +0000 (11:25 +0100)]
Ignore dictionaries to reflect docs

7 years agoMerge pull request #2288 from sherzodv/eclipse-scala
Brendan Forster [Thu, 16 Feb 2017 20:33:49 +0000 (07:33 +1100)]
Merge pull request #2288 from sherzodv/eclipse-scala

[Eclipse] Add excludes kept in Scala.gitignore .

7 years agoMerge pull request #2289 from sherzodv/scala-cleanup
Brendan Forster [Thu, 16 Feb 2017 20:32:18 +0000 (07:32 +1100)]
Merge pull request #2289 from sherzodv/scala-cleanup

[Scala] remove external tools excludes.

7 years agoMerge pull request #2287 from sherzodv/sbt-scala
Brendan Forster [Thu, 16 Feb 2017 20:31:52 +0000 (07:31 +1100)]
Merge pull request #2287 from sherzodv/sbt-scala

[SBT] Add some excludes kept in Scala.gitignore .

7 years ago[SBT] Add some excludes kept in Scala.gitignore . 2287/head
sherzod [Thu, 16 Feb 2017 19:35:17 +0000 (00:35 +0500)]
[SBT] Add some excludes kept in Scala.gitignore .

Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.

7 years ago[Eclipse] Add excludes kept in Scala.gitignore . 2288/head
sherzod [Thu, 16 Feb 2017 19:58:49 +0000 (00:58 +0500)]
[Eclipse] Add excludes kept in Scala.gitignore .

Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore
itself. Copy missing entries here.

7 years ago[Scala] remove external tools excludes. 2289/head
sherzod [Thu, 16 Feb 2017 20:01:42 +0000 (01:01 +0500)]
[Scala] remove external tools excludes.

Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate
Global/ gitignore files.

7 years agoMerge pull request #2068 from sherzodv/scala-ide-cache-main
Brendan Forster [Thu, 16 Feb 2017 10:58:39 +0000 (21:58 +1100)]
Merge pull request #2068 from sherzodv/scala-ide-cache-main

[Scala] exclude Scala IDE related .cache-main .

7 years agoMerge pull request #2285 from koppor/patch-4
Brendan Forster [Thu, 16 Feb 2017 10:56:50 +0000 (21:56 +1100)]
Merge pull request #2285 from koppor/patch-4

Update TeX.gitignore

7 years agoUpdate TeX.gitignore 2285/head
Oliver Kopp [Thu, 16 Feb 2017 10:06:57 +0000 (11:06 +0100)]
Update TeX.gitignore

minitoc also generates .stc, .slf, and .slt files

7 years agoPR WIP: Revert addition to Scala.gitignore 2068/head
sherzod [Thu, 16 Feb 2017 07:50:02 +0000 (12:50 +0500)]
PR WIP: Revert addition to Scala.gitignore

7 years agoMerge pull request #2284 from shiftkey/fastlane-tools
Brendan Forster [Wed, 15 Feb 2017 23:49:26 +0000 (10:49 +1100)]
Merge pull request #2284 from shiftkey/fastlane-tools

updated link to fastlane docs

7 years agoupdated link to fastlane docs 2284/head
Brendan Forster [Wed, 15 Feb 2017 23:47:31 +0000 (10:47 +1100)]
updated link to fastlane docs

7 years agoMerge pull request #2233 from tjkemper/patch-1
Brendan Forster [Wed, 15 Feb 2017 22:38:44 +0000 (09:38 +1100)]
Merge pull request #2233 from tjkemper/patch-1

[Maven] fix comment

7 years agoReword comment 2233/head
Taylor Kemper [Wed, 15 Feb 2017 21:00:41 +0000 (14:00 -0700)]
Reword comment

7 years agoMerge pull request #2281 from Stevoisiak/java-class-comment
Brendan Forster [Wed, 15 Feb 2017 09:20:23 +0000 (10:20 +0100)]
Merge pull request #2281 from Stevoisiak/java-class-comment

Add comment for Java .class files

7 years agoMerge pull request #2282 from vmuriart/patch-1
Brendan Forster [Wed, 15 Feb 2017 09:20:01 +0000 (10:20 +0100)]
Merge pull request #2282 from vmuriart/patch-1

Fix spelling

7 years agoFix spelling 2282/head
Victor Uriarte [Wed, 15 Feb 2017 01:04:00 +0000 (18:04 -0700)]
Fix spelling

7 years agoAdd comment for Java .class files 2281/head
Steven Vascellaro [Mon, 13 Feb 2017 22:02:12 +0000 (17:02 -0500)]
Add comment for Java .class files

7 years agoMerge pull request #2278 from erikghonyan/patch-1
Brendan Forster [Fri, 10 Feb 2017 08:00:12 +0000 (09:00 +0100)]
Merge pull request #2278 from erikghonyan/patch-1

Add missing space for the last comment

7 years agoAdd missing space for the last comment 2278/head
Erik Ghonyan [Thu, 9 Feb 2017 18:07:51 +0000 (19:07 +0100)]
Add missing space for the last comment

7 years agoMerge pull request #2277 from adjohnson916/yarn
Brendan Forster [Thu, 9 Feb 2017 08:20:54 +0000 (09:20 +0100)]
Merge pull request #2277 from adjohnson916/yarn

fix(Node): ignore yarn logs

7 years agofix(Node): ignore yarn logs 2277/head
Anders D. Johnson [Thu, 9 Feb 2017 06:13:21 +0000 (00:13 -0600)]
fix(Node): ignore yarn logs

This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com).

7 years agoMerge pull request #2273 from tcthien/master
Brendan Forster [Fri, 3 Feb 2017 08:36:13 +0000 (09:36 +0100)]
Merge pull request #2273 from tcthien/master

Ignoring more generated file for Java project

7 years agoRemove the line for eclipse editor & vagrant sine it isn't already in global ignore 2273/head
Thien Tran [Fri, 3 Feb 2017 04:06:49 +0000 (11:06 +0700)]
Remove the line for eclipse editor & vagrant sine it isn't already in global ignore

7 years agoMerge pull request #2001 from wmarquardt/codeigniter3update
Brendan Forster [Thu, 2 Feb 2017 12:30:02 +0000 (13:30 +0100)]
Merge pull request #2001 from wmarquardt/codeigniter3update

Codeigniter 3 support

7 years agoMerge branch 'master' into codeigniter3update 2001/head
William Marquardt [Thu, 2 Feb 2017 11:36:10 +0000 (09:36 -0200)]
Merge branch 'master' into codeigniter3update

7 years agoMerge pull request #2112 from bbodenmiller/patch-3
Brendan Forster [Thu, 2 Feb 2017 11:00:34 +0000 (12:00 +0100)]
Merge pull request #2112 from bbodenmiller/patch-3

[Node/VisualStudio] ignore typings directory

7 years agoadded comment about typings directory 2112/head
Brendan Forster [Thu, 2 Feb 2017 10:59:53 +0000 (11:59 +0100)]
added comment about typings directory

7 years agoadded comment for typings directory
Brendan Forster [Thu, 2 Feb 2017 10:57:45 +0000 (11:57 +0100)]
added comment for typings directory