]>
source.dussan.org Git - gitignore.git/log
Sayed Ibrahim Hashimi [Tue, 19 May 2015 22:27:54 +0000 (15:27 -0700)]
removing bower_components and fixing typo
Brendan Forster [Sun, 17 May 2015 10:12:35 +0000 (19:42 +0930)]
Merge pull request #1527 from MarkusHauge/patch-1
Update VisualStudio.gitignore
Markus Hauge [Sat, 16 May 2015 15:34:59 +0000 (17:34 +0200)]
Update VisualStudio.gitignore
Brendan Forster [Thu, 14 May 2015 02:54:04 +0000 (12:24 +0930)]
Merge pull request #1465 from tgkprog/patch-1
Update Maven.gitignore
Brendan Forster [Thu, 14 May 2015 02:51:59 +0000 (12:21 +0930)]
Merge pull request #1374 from richorama/master
added the orleans.codegen.cs file automatically generated by Orleans
Brendan Forster [Thu, 14 May 2015 02:47:26 +0000 (12:17 +0930)]
Merge pull request #1392 from Arvur/master
Reworked Lazarus.gitignore according to Lazarus Wiki
Brendan Forster [Thu, 14 May 2015 02:02:38 +0000 (11:32 +0930)]
Merge pull request #1496 from Decadence/visual_studio_code
Add Visual Studio Code .gitignore
Carl Suster [Thu, 14 May 2015 01:48:20 +0000 (11:48 +1000)]
Merge pull request #1508 from baudm/master
Android: Remove redundant pattern for matching build directories
Brendan Forster [Fri, 8 May 2015 08:02:00 +0000 (17:32 +0930)]
Merge pull request #1513 from damianh/patch-1
ASPNET5 -> DNX
Damian Hickey [Fri, 8 May 2015 07:37:34 +0000 (09:37 +0200)]
ASPNET5 -> DNX
As discussed in #1505
Brendan Forster [Thu, 7 May 2015 22:26:40 +0000 (07:56 +0930)]
Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
Darwin Bautista [Thu, 7 May 2015 05:39:08 +0000 (13:39 +0800)]
Android: Remove redundant pattern for matching build directories
build/ already matches all directories named 'build' in the repository,
regardless of level. Gradle can have more than two levels of project nesting.
However, /*/build/ matches only the 'build' directories of 2nd-level projects.
Thus, the first pattern is more appropriate than the second.
Carl Suster [Thu, 7 May 2015 04:15:33 +0000 (14:15 +1000)]
Merge pull request #1506 from victorgama/patch-1
Update CocoaPods guide URL
Victor Gama [Thu, 7 May 2015 03:28:54 +0000 (00:28 -0300)]
Update CocoaPods guide URL
This updates the link provided to the CocoaPods documentation regarding whether the Pods directory should be ignored or not.
Brendan Forster [Wed, 6 May 2015 22:03:39 +0000 (07:33 +0930)]
Merge pull request #1505 from sayedihashimi/aspnet5update
adding artifacts and project.lock.json for asp.net 5
Sayed Ibrahim Hashimi [Wed, 6 May 2015 21:57:21 +0000 (14:57 -0700)]
adding artifacts and project.lock.json for asp.net 5
LunicLynx [Wed, 6 May 2015 09:11:06 +0000 (11:11 +0200)]
Update VisualStudio.gitignore
LunicLynx [Wed, 6 May 2015 09:04:53 +0000 (11:04 +0200)]
add rule to keep track of directories ending in .Cache
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
Victor Isadov [Sat, 2 May 2015 07:56:11 +0000 (10:56 +0300)]
Move VS Code to Global folder
Carl Suster [Sat, 2 May 2015 03:41:31 +0000 (13:41 +1000)]
Merge pull request #1486 from Gouthamve/patch-1
Update npmjs docs link
Carl Suster [Sat, 2 May 2015 03:19:07 +0000 (13:19 +1000)]
Merge pull request #1467 from Abizern/patch-1
Ignore .virthualenv not .virtualenv
Abizer Nasir [Thu, 30 Apr 2015 21:17:04 +0000 (22:17 +0100)]
Remove .virtualenv from Haskell.gitignore
The file name was incorrect, so it was having no effect. Also, the sandbox environment that this was supposed to be ignoring is deprecated. Probably best to just drop it entirely.
Victor Isadov [Thu, 30 Apr 2015 09:04:47 +0000 (12:04 +0300)]
Add Visual Studio Code .gitignore
Goutham Veeramachaneni [Thu, 30 Apr 2015 04:40:28 +0000 (10:10 +0530)]
Fix typo from node_modules to node-modules
Thanks to @arcresu for pointing out!
Carl Suster [Thu, 30 Apr 2015 00:25:07 +0000 (10:25 +1000)]
Merge pull request #1487 from sveyret/master
Add Java APT class path to Eclipse
Carl Suster [Thu, 30 Apr 2015 00:23:03 +0000 (10:23 +1000)]
Merge pull request #1488 from Decadence/wordpress
Some WordPress rules
Carl Suster [Thu, 30 Apr 2015 00:18:28 +0000 (10:18 +1000)]
Merge pull request #1492 from usagizmo/fix-codeigniter
Fixed CodeIgniter.gitignore
Carl Suster [Thu, 30 Apr 2015 00:17:51 +0000 (10:17 +1000)]
Merge pull request #1493 from gsnedders/jython-python
Merge the two Python ignore files
Geoffrey Sneddon [Tue, 28 Apr 2015 18:41:20 +0000 (19:41 +0100)]
Remove the Jython ignore file given it's a subset of the Python one.
Much like how there aren't different files for GCC/Clang/MSVC,
there shouldn't be different files for different Python impls.
Geoffrey Sneddon [Tue, 28 Apr 2015 18:41:00 +0000 (19:41 +0100)]
Add Jython compiled class files to the Python ignore file.
Takafumi Sekine [Mon, 27 Apr 2015 10:53:12 +0000 (19:53 +0900)]
Fixed CodeIgniter.gitignore
Victor Isadov [Fri, 24 Apr 2015 18:24:29 +0000 (21:24 +0300)]
Ignore default plugin
Victor Isadov [Fri, 24 Apr 2015 18:10:30 +0000 (21:10 +0300)]
Ignoring WordPress readme.html and license.txt.
You don't want to show your WP version to everyone in the web.
Stéphane Veyret [Fri, 24 Apr 2015 14:28:25 +0000 (16:28 +0200)]
Add Java APT class path to Eclipse
Goutham Veeramachaneni [Fri, 24 Apr 2015 11:08:03 +0000 (16:38 +0530)]
Update npmjs docs link
The previous link gives 404
Carl Suster [Sun, 19 Apr 2015 05:59:08 +0000 (15:59 +1000)]
Merge pull request #1479 from julienbourdeau/master
Rework PrestaShop.gitignore
Carl Suster [Sun, 19 Apr 2015 05:56:09 +0000 (15:56 +1000)]
Merge pull request #1481 from Tandoori/fix-unity-root-folders
Made it so the folders only get ingored in the root
Tandoori [Sat, 18 Apr 2015 16:43:23 +0000 (01:43 +0900)]
Made it so the folders only get ingored in the root
With the current setup these folders are ignored in the whole repo, but they're only automatically generated in the project root so it makes sense to only ignore the ones in the root.
I made this change because one of the assets in my project uses a folder called 'Library', and I was wondering why it never uploaded that folder.
Julien Bourdeau [Fri, 17 Apr 2015 16:25:26 +0000 (18:25 +0200)]
Rework PrestaShop.gitignore
The previous file was made for PrestaShop maintainers it didn't suit PrestaShop user needs.
Carl Suster [Fri, 17 Apr 2015 01:58:20 +0000 (11:58 +1000)]
Merge pull request #1477 from GingerGeek/patch-1
New IDE released: CLION
Ginger Geek [Thu, 16 Apr 2015 09:16:48 +0000 (10:16 +0100)]
New IDE released: CLION
JetBrains recently released a new C/C++ IDE: CLion
Garen Torikian [Wed, 8 Apr 2015 19:14:03 +0000 (12:14 -0700)]
Merge pull request #1470 from parkr/patch-1
Add .jekyll-metadata to default Jekyll .gitignore
Parker Moore [Wed, 8 Apr 2015 19:07:41 +0000 (12:07 -0700)]
Add .jekyll-metadata to default Jekyll .gitignore
Abizer Nasir [Fri, 3 Apr 2015 18:28:49 +0000 (19:28 +0100)]
Ignore .virthualenv not .virtualenv
This change was introduced in
3bb4e51184066f5cf60daa029c31e7f52398353b , where it was marked as changed due to a typo. However, that is the correct name of this particular virtual environment. See https://hackage.haskell.org/package/virthualenv
Tushar Kapila [Thu, 2 Apr 2015 17:09:52 +0000 (22:39 +0530)]
Update Maven.gitignore
Else sub projects (main dir has sub dirs with own pom files - sub modules) targets are not ignored.
Carl Suster [Tue, 31 Mar 2015 23:27:29 +0000 (10:27 +1100)]
Merge pull request #1446 from igarcez/master
Stop ignoring app/code/local/Mage
Carl Suster [Tue, 31 Mar 2015 23:26:04 +0000 (10:26 +1100)]
Merge pull request #1442 from DanNixon/add-kicad
Create KiCAD.gitignore
Carl Suster [Tue, 31 Mar 2015 01:55:50 +0000 (12:55 +1100)]
Merge pull request #1459 from shalecraig/patch-1
Link to section being described
Carl Suster [Tue, 31 Mar 2015 01:54:52 +0000 (12:54 +1100)]
Merge pull request #1460 from jcgay/takari-smart-builder
Ignore timing.properties from takari-smart-builder
Carl Suster [Tue, 31 Mar 2015 01:35:18 +0000 (12:35 +1100)]
Merge pull request #1453 from pegurnee/cakephp_headers
comment out CakePHP version headers
shalecraig [Sun, 29 Mar 2015 16:24:23 +0000 (12:24 -0400)]
Link to section being described
Jean-Christophe GAY [Sun, 29 Mar 2015 16:11:30 +0000 (18:11 +0200)]
Ignore timing.properties from takari-smart-builder
This extension is an alternative scheduler to build multi-module Maven projects.
It stores and updates timing for every build run in .mvn/timing.properties.
http://takari.io/book/30-team-maven.html#takari-smart-builder
Eddie Gurnee [Thu, 26 Mar 2015 05:27:09 +0000 (01:27 -0400)]
comment out CakePHP version headers
Ian Garcez [Mon, 23 Mar 2015 21:11:11 +0000 (18:11 -0300)]
Stop ignoring app/code/local/Mage
with 'mage' on the gitignore file, a user can't
add files customized from Mage
Dan Nixon [Thu, 19 Mar 2015 19:59:59 +0000 (19:59 +0000)]
Create KiCAD.gitignore
Add file for KiCAD EDA software
Carl Suster [Tue, 17 Mar 2015 00:17:29 +0000 (11:17 +1100)]
Merge pull request #1430 from Lucretiel/patch-1
Added coverage annotation files
Lucretiel [Mon, 16 Mar 2015 14:37:24 +0000 (10:37 -0400)]
Fixed coverage annotation
Added missing wildcard to the `*,cover` coverage annotation.
Carl Suster [Sun, 15 Mar 2015 01:47:12 +0000 (12:47 +1100)]
Merge pull request #1433 from riosc/patch-1
removing aditional white space
Carl Suster [Sun, 15 Mar 2015 01:46:27 +0000 (12:46 +1100)]
Merge pull request #1435 from Dashed/patch-1
Add dSYM folder to C.gitignore for OSX env
Carl Suster [Sun, 15 Mar 2015 01:45:34 +0000 (12:45 +1100)]
Merge pull request #1428 from bondolo/patch-1
Add buildNumber.properties
Carl Suster [Sun, 15 Mar 2015 01:45:23 +0000 (12:45 +1100)]
Merge pull request #1429 from ergl/master
Update Jetbrains.gitignore
Carl Suster [Sun, 15 Mar 2015 01:43:57 +0000 (12:43 +1100)]
Merge pull request #1436 from tac0x2a/ignore-cache-dir
Add ".ensime_cache" to "Ensime.gitignore"
Carl Suster [Sun, 15 Mar 2015 01:42:28 +0000 (12:42 +1100)]
Merge pull request #1432 from jakejohns/hotfix/laravel5-env
Add ".env" to Laravel.gitignore
Carl Suster [Sun, 15 Mar 2015 01:40:45 +0000 (12:40 +1100)]
Merge pull request #1438 from myurtoglu/master
Add CUDA.gitignore
myurtoglu [Sun, 15 Mar 2015 00:29:54 +0000 (17:29 -0700)]
Add CUDA.gitignore
TAC [Sat, 14 Mar 2015 06:22:33 +0000 (15:22 +0900)]
Add .ensime_cache dir
.ensime_cache is cache dir.
Alberto Leal [Thu, 12 Mar 2015 03:14:12 +0000 (23:14 -0400)]
Add dSYM folder to C.gitignore for OSX env
See https://github.com/github/gitignore/pull/527
> For C.gitignore add dSYM folder from Mac OS X to gitignore
riosc [Wed, 11 Mar 2015 18:53:11 +0000 (15:53 -0300)]
removing aditional white space
removing this aditional white space avoid a mistake for beginners developers ignore the pod directory, because is confusing to note when they remove the '#' character and git still is tracking the pod dir.
jake johns [Tue, 10 Mar 2015 07:49:24 +0000 (02:49 -0500)]
Add ".env" to Laravel.gitignore
Laravel 5 uses vlucas/phpdotenv for env configuration.
http://laravel.com/docs/5.0/configuration#environment-configuration
Previous version used env.php files. the new configuration files do not have
.php extension
Lucretiel [Fri, 6 Mar 2015 06:06:58 +0000 (01:06 -0500)]
Added coverage annotation files
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
ergl [Thu, 5 Mar 2015 09:56:18 +0000 (10:56 +0100)]
Updated Jetbrains.gitignore
Mike Duigou [Mon, 2 Mar 2015 19:38:10 +0000 (11:38 -0800)]
Add buildNumber.properties
The popular build plugin org.codehaus.mojo:buildnumber-maven-plugin stores the build number it managers in a file named buildNumber.properties.
Carl Suster [Sun, 1 Mar 2015 02:11:18 +0000 (13:11 +1100)]
Merge pull request #1352 from sebgod/mercury-add-modules
Mercury.gitignore: Add Mercury.modules
Carl Suster [Sun, 1 Mar 2015 02:05:34 +0000 (13:05 +1100)]
Merge pull request #1411 from ptigwe/master
Ignore auxiliary files for gnuplottex
Carl Suster [Sun, 1 Mar 2015 02:02:49 +0000 (13:02 +1100)]
Merge pull request #1410 from adamasantares/master
Update Joomla.gitignore
Carl Suster [Sun, 1 Mar 2015 01:44:09 +0000 (12:44 +1100)]
Merge pull request #1407 from relekang/python-cumulative-coverage
Add .coverage. to Python.gitignore
Carl Suster [Sun, 1 Mar 2015 01:42:58 +0000 (12:42 +1100)]
Merge pull request #1405 from occidens/OSX
Expand list of root-of-volume dotfiles
Carl Suster [Sun, 1 Mar 2015 01:39:00 +0000 (12:39 +1100)]
Merge pull request #1412 from dareonion/master
add dependency-reduced-pom.xml, which is a maven shader thing
Carl Suster [Sun, 1 Mar 2015 01:35:22 +0000 (12:35 +1100)]
Merge pull request #1418 from cdepillabout/haskell-remove-cabal.config
Remove cabal.config from Haskell gitignore
Carl Suster [Sun, 1 Mar 2015 01:31:09 +0000 (12:31 +1100)]
Merge pull request #1423 from Gurmeet-Singh/Updating-TEX.gitignore
Added backup files for WinEdt
Gurmeet-Singh [Sun, 1 Mar 2015 00:30:44 +0000 (06:00 +0530)]
Added backup files for WinEdt
WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
(cdep)illabout [Tue, 24 Feb 2015 07:10:30 +0000 (16:10 +0900)]
Remove cabal.config from Haskell.
The Stackage project provides a cabal.config which locks in a specific
package set. This file should be shared between developers project so
that everyone is developing using the same versions of packages.
Brendan Forster [Sun, 22 Feb 2015 02:01:57 +0000 (12:01 +1000)]
Merge pull request #1416 from King2500/patch-1
Small fix: missing space
Thomas Schulz [Sat, 21 Feb 2015 17:26:29 +0000 (18:26 +0100)]
Small fix: missing space
Brendan Forster [Fri, 20 Feb 2015 09:43:56 +0000 (19:43 +1000)]
Merge pull request #1414 from iamsebastian/patch-1
Update Node.gitignore
Sebastian Blei [Thu, 19 Feb 2015 08:20:28 +0000 (09:20 +0100)]
Update Node.gitignore
Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup.
Darren Yin [Tue, 17 Feb 2015 21:07:24 +0000 (13:07 -0800)]
add dependency-reduced-pom.xml, which is a maven shader thing
Tobenna Peter Igwe [Tue, 17 Feb 2015 11:23:38 +0000 (11:23 +0000)]
Ignore auxiliary files for gnuplottex
Konstantin [Fri, 13 Feb 2015 08:39:43 +0000 (13:39 +0500)]
Update Joomla.gitignore
update for Joomla 3.3.6
Rolf Erik Lekang [Thu, 12 Feb 2015 10:17:44 +0000 (11:17 +0100)]
Add .coverage. to Python.gitignore
When using `coverage -p` to get coverage for test runs in several environments coverage creates files on the form .coverage.hostname.timestamp.
William West [Wed, 11 Feb 2015 14:29:22 +0000 (09:29 -0500)]
Expand list of root-of-volume dotfiles
In addition to `.Spotlight-V100` and `.Trashes`, the following dotfiles
may appear at the root of all OSX volumes (not just external disks):
- `.DocumentRevisions-V100`: auto-save and versions storage
- `.fseventsd`: file system event storage
- `.Temporaryitems`: temp directory used by some applications instead of
/tmp and /var/tmp
- `.VolumeIcon.icns`: storage of custom icon for volume, if set
Carl Suster [Sun, 8 Feb 2015 02:59:57 +0000 (13:59 +1100)]
Merge pull request #1397 from maieul/master
minted 2.0 makes new files
Carl Suster [Fri, 6 Feb 2015 03:36:58 +0000 (14:36 +1100)]
Merge pull request #1389 from joomalungma/patch-1
joomla 3.3.6
Carl Suster [Fri, 6 Feb 2015 03:33:48 +0000 (14:33 +1100)]
Merge pull request #1391 from skuschel/master
add .eggs/ directory to Python.gitignore
Carl Suster [Fri, 6 Feb 2015 03:28:20 +0000 (14:28 +1100)]
Merge pull request #1396 from polamjag/ignore-vendor-bundle-on-ruby
ignore /vendor/bundle on Ruby.gitignore
Carl Suster [Fri, 6 Feb 2015 03:25:07 +0000 (14:25 +1100)]
Merge pull request #1398 from pamrichmond/patch-1
Correct URL for NPM URL reference
Pam Richmond [Thu, 5 Feb 2015 16:21:40 +0000 (10:21 -0600)]
Correct URL for NPM URL reference
URL for commented reference has been updated
maieul [Thu, 5 Feb 2015 13:53:22 +0000 (14:53 +0100)]
minted 2.0 makes new files
polamjag [Thu, 5 Feb 2015 10:01:49 +0000 (19:01 +0900)]
add /vendor/bundle
Carl Suster [Thu, 5 Feb 2015 03:54:45 +0000 (14:54 +1100)]
Merge pull request #1390 from karenetheridge/topic/perl_20150201
ignore new scratch directory for metadata