Commit Graph

1840 Commits

Author SHA1 Message Date
Julien Liabeuf 5bb4e85357 Incorrect Dir Path
When generating the ignore rules for Composer, an incorrect format is used. The vendor directory added is written `vendor/`, which causes other `vendors` directories to be ignored. The correct format to use is `/vendor/`, which would only ignore the root `vendor` directory.
2015-11-30 11:03:09 +07:00
Brendan Forster 1451768498 Merge pull request #1772 from tsteinholz/patch-2
Update Qt.gitignore
2015-11-30 08:27:27 +10:30
Brendan Forster 5c70f259fc Merge pull request #1771 from Dveim/master
remove harmful line from PlayFramework.gitignore
2015-11-30 08:26:46 +10:30
Thomas Steinholz 935c3701bd Update Qt.gitignore
Qt generates build files for me that are `build-Projname-WhateverWhatever` so this change continues to support *-build-* folders as well as others.
2015-11-29 14:20:50 -05:00
dveim ff775c60d3 remove harmful ignore
'project/project' is valid directory for 'project' project-related files. For example, if one configure his sbt build to use scala files directly from 'project/', dependencies like 'project/project/plugins.sbt' will be ignored because of this line.
See http://www.scala-sbt.org/0.13/tutorial/Organizing-Build.html#sbt+is+recursive.
2015-11-29 20:48:11 +02:00
Brendan Forster da00310ccb Merge pull request #1762 from lcorbasson/patch-2
Add ignores for autoscan files
2015-11-19 16:16:08 -08:00
Loïc Corbasson 35b890428b Update Autotools.gitignore 2015-11-20 01:01:04 +01:00
Loïc Corbasson 6d942c5122 Add ignores for autoscan files 2015-11-20 00:39:55 +01:00
Brendan Forster 1d4117fefd Merge pull request #1761 from nrbrook/master
Remove *.xcscheme from Global/Xcode.gitignore,Objective-C.gitignore and…
2015-11-19 12:58:33 -08:00
Nick Brook 97dc1fdfc3 Remove *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-19 00:24:34 +00:00
Brendan Forster c608298e61 Merge pull request #1754 from mypetyak/master
Updated LICENSE year to 2015
2015-11-16 09:10:56 -08:00
Brendan Forster b01f38ae33 Merge pull request #1757 from Arvur/master
Delphi: More extensions to ignore
2015-11-16 08:35:27 -08:00
Brendan Forster e24610842d Merge pull request #1756 from habi/patch-3
Adding endfloat.sty auxiliary files
2015-11-16 08:33:57 -08:00
Denis Grinyuk fe00bd78b8 Rarely used binary extension
OLE Control eXtension (OCX), created by the Active Form wizard
2015-11-16 16:19:43 +03:00
Denis Grinyuk fde9f07c71 Some C++ file extensions used by Delphi
These depend of "C/C++ Output file generation" compiler setting
2015-11-16 16:18:58 +03:00
David Haberthür 381a78b8af Adding endfloat.sty auxiliary files
endfloat.sty produces these two auxiliary files.
From Section 3.2 of its documentation:
> Loading it will have LTEX produce two extra files with .ttt and .fff extensions (for tables and figures, respectively).
2015-11-16 09:35:14 +01:00
Christopher Bunn 7d2801017c Updated LICENSE year to 2015 2015-11-14 12:48:28 -08:00
Brendan Forster ac5cd42a92 Merge pull request #1752 from waynenilsen/patch-1
add Cargo.lock to gitignore file by default
2015-11-13 08:37:31 -08:00
Wayne Nilsen 271aaab77e added comment 2015-11-13 11:17:04 -05:00
Wayne Nilsen cd3de49669 add Cargo.lock to gitignore file by default
See the [official recommendation](http://doc.crates.io/guide.html#cargotoml-vs-cargolock) 

> * If you're building a library, put Cargo.lock in your .gitignore.
> * If you're building an executable, check Cargo.lock into git.
2015-11-13 06:05:10 -05:00
Brendan Forster 3d6f6f8210 Merge pull request #1748 from KrauseFx/master
[Objective-C / Swift] Updated fastlane docs
2015-11-11 16:32:09 -08:00
Felix Krause 3db9d96ecd Added link to more information about the available options 2015-11-12 00:11:58 +01:00
Brendan Forster 93838230a3 Merge pull request #1744 from chenyufeng1991/master
add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Sw…
2015-11-09 08:37:00 -08:00
chenyufeng 84010e499f add *.xcscheme to Global/Xcode.gitignore,Objective-C.gitignore and Swift.gitignore 2015-11-09 10:51:42 +08:00
Brendan Forster f587571343 Merge pull request #1738 from apriendeau/revert-1689-f_GoVendorExperiment
Revert 2bd7d8ec88
2015-11-07 08:30:00 -08:00
Brendan Forster 0a00b0b89e Merge pull request #1661 from JimBobSquarePants/patch-2
Update Umbraco.gitignore
2015-11-07 00:01:08 -08:00
James Jackson-South 06581f9c74 Clean up expired entries, fix whitespace. 2015-11-06 15:04:28 +11:00
Brendan Forster 95bdb4e35d Merge pull request #1740 from bondolo/master
Remove nb-configuration.xml from NetBeans ignore
2015-11-05 15:27:07 -08:00
Brendan Forster a42c285a24 Merge pull request #1739 from jucrouzet/patch-1
Ignore REPL history file
2015-11-05 15:26:35 -08:00
Mike Duigou f0daa85888 NetBeans file nb-configuration.xml should not be ignored. 2015-11-05 08:01:15 -08:00
Mike Duigou c914c25e2d Merge remote-tracking branch 'github/master' 2015-11-05 07:58:23 -08:00
Julien CROUZET 5f5926a9bb Ignore REPL history file
Like in #1732, Docker images can consider project directoy as $HOME
2015-11-05 16:17:54 +01:00
Austin Riendeau 64a19dd501 Revert 2bd7d8ec88 2015-11-04 16:53:53 -07:00
Brendan Forster ee80a54c21 Merge pull request #1737 from jutoft/master
Add pythontex intermediade files to Tex.gitignore
2015-11-04 08:23:47 -08:00
Brendan Forster 54ca3c5e9b Merge pull request #1735 from tyutyutyu/patch-1
Update Eclipse.gitignore
2015-11-04 08:16:31 -08:00
Jesper Utoft b347454db3 Add pythontex intermediade files to Tex.gitignore 2015-11-04 10:56:54 +01:00
Brendan Forster 1d774cdf83 Merge pull request #1734 from JacerOmri/patch-1
add bower assets
2015-11-03 08:16:33 -08:00
István Földházi 3885bb94a7 Update Eclipse.gitignore
Add ignore for STS's .springBeans file
2015-11-03 11:59:53 +01:00
Jacer OMRI f59e22d1c3 add bower assets
as described in the symfony cookbook http://symfony.com/doc/current/cookbook/frontend/bower.html
2015-11-03 10:16:32 +01:00
Brendan Forster 2bd7d8ec88 Merge pull request #1689 from enzian/f_GoVendorExperiment
added excludes for vendored directories (since GO 1.5)
2015-11-02 12:19:22 -08:00
Brendan Forster 56639ff392 Merge pull request #1732 from jucrouzet/patch-1
Add .npm cache directory
2015-11-02 10:25:02 -08:00
Julien CROUZET f4faeebd86 Add .npm cache directory 2015-11-02 19:20:21 +01:00
Brendan Forster b2c1eea835 Merge pull request #1730 from friederbluemle/update-android-gitignore
Revert "Ignoring build folder inside app module in Android projects"
2015-11-02 09:44:33 -08:00
Frieder Bluemle 3b0b68838d Revert "Ignoring build folder inside app module in Android projects"
This reverts commit f4cf36c5e1.
2015-11-03 01:29:12 +08:00
Brendan Forster ad126218f6 Merge pull request #1727 from BGR360/patch-1
Removed Redundant Lines
2015-10-31 16:25:26 -07:00
Ben Reeves 2111560949 Removed Redundant Lines
samsheff accidentally typed a few of the lines twice ^.^
2015-10-31 17:17:36 -04:00
Brendan Forster a55134fce8 Merge pull request #1723 from tsteinholz/patch-1
Update JetBrains.gitignore
2015-10-29 15:02:26 -07:00
Thomas Steinholz 38d6cac990 Update JetBrains.gitignore
Added a forgotten IDE to the .gitignore documentation.

Why?
For completeness and correctness

What?
[Webstorm](https://www.jetbrains.com/webstorm).
2015-10-29 17:24:45 -04:00
Brendan Forster 8653a673ca Merge pull request #1722 from flashspys/patch-1
Update TeX.gitignore
2015-10-29 03:33:54 -07:00
Brendan Forster d1a5e57553 Merge pull request #1719 from samsheff/add-ue4
Add a .gitignore for Unreal Engine 4
2015-10-29 03:27:20 -07:00