Carl Suster
5c5d4dfff9
Merge pull request #1436 from tac0x2a/ignore-cache-dir
...
Add ".ensime_cache" to "Ensime.gitignore"
2015-03-15 12:43:57 +11:00
Carl Suster
a4bc938b3a
Merge pull request #1432 from jakejohns/hotfix/laravel5-env
...
Add ".env" to Laravel.gitignore
2015-03-15 12:42:28 +11:00
Carl Suster
a818c8ba7e
Merge pull request #1438 from myurtoglu/master
...
Add CUDA.gitignore
2015-03-15 12:40:45 +11:00
myurtoglu
4e33a249cf
Add CUDA.gitignore
2015-03-14 17:29:54 -07:00
TAC
e71dfbb6d0
Add .ensime_cache dir
...
.ensime_cache is cache dir.
2015-03-14 15:22:33 +09:00
Alberto Leal
08de2b88e2
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
2015-03-11 23:14:12 -04:00
riosc
d060ee0e57
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.
2015-03-11 15:53:11 -03:00
jake johns
8c0685fd96
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
2015-03-10 02:49:24 -05:00
Lucretiel
9f80691efd
Added coverage annotation files
...
Coverage creates annotation files by appending ",cover" (with a comma, not a period) to the filename.
2015-03-06 01:06:58 -05:00
ergl
fa9a28a68f
Updated Jetbrains.gitignore
2015-03-05 10:56:18 +01:00
Mike Duigou
5d55d5cd9a
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.
2015-03-02 11:38:10 -08:00
Luca Corbatto
f4e43487f4
Add "*.out" to Go.gitignore
...
The IDE LiteIDE creates a file named "cover.out" when using the go coverage tool for your tests.
2015-03-01 10:13:43 +01:00
Carl Suster
4a9d41f894
Merge pull request #1352 from sebgod/mercury-add-modules
...
Mercury.gitignore: Add Mercury.modules
2015-03-01 13:11:18 +11:00
Carl Suster
5a46616766
Merge pull request #1411 from ptigwe/master
...
Ignore auxiliary files for gnuplottex
2015-03-01 13:05:34 +11:00
Carl Suster
2b1fe3e280
Merge pull request #1410 from adamasantares/master
...
Update Joomla.gitignore
2015-03-01 13:02:49 +11:00
Carl Suster
eaeed89430
Merge pull request #1407 from relekang/python-cumulative-coverage
...
Add .coverage. to Python.gitignore
2015-03-01 12:44:09 +11:00
Carl Suster
4dafb36bab
Merge pull request #1405 from occidens/OSX
...
Expand list of root-of-volume dotfiles
2015-03-01 12:42:58 +11:00
Carl Suster
8142e0af5a
Merge pull request #1412 from dareonion/master
...
add dependency-reduced-pom.xml, which is a maven shader thing
2015-03-01 12:39:00 +11:00
Carl Suster
d5813d679e
Merge pull request #1418 from cdepillabout/haskell-remove-cabal.config
...
Remove cabal.config from Haskell gitignore
2015-03-01 12:35:22 +11:00
Carl Suster
6cd95612a2
Merge pull request #1423 from Gurmeet-Singh/Updating-TEX.gitignore
...
Added backup files for WinEdt
2015-03-01 12:31:09 +11:00
Gurmeet-Singh
b2f2bf499c
Added backup files for WinEdt
...
WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
2015-03-01 06:00:44 +05:30
Edward Amsden
ac717d860f
Add pattern to match dist-* directories
2015-02-25 09:21:05 -06:00
(cdep)illabout
a41a63e5e5
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.
2015-02-24 16:10:30 +09:00
Brendan Forster
557c62cd54
Merge pull request #1416 from King2500/patch-1
...
Small fix: missing space
2015-02-22 12:01:57 +10:00
Thomas Schulz
29be7fc193
Small fix: missing space
2015-02-21 18:26:29 +01:00
Brendan Forster
f9680e32b8
Merge pull request #1414 from iamsebastian/patch-1
...
Update Node.gitignore
2015-02-20 19:43:56 +10:00
wisitsaks
b6d9dd9f6b
Update VisualStudio.gitignore
...
ignore all files in Log/log folder
2015-02-20 10:55:34 +07:00
Sebastian Blei
7e8db0da2c
Update Node.gitignore
...
Corrected URL, which linked to the `Should I check my node_modules folder into git?` readup.
2015-02-19 09:20:28 +01:00
Darren Yin
c4f14a165a
add dependency-reduced-pom.xml, which is a maven shader thing
2015-02-17 13:07:24 -08:00
Tobenna Peter Igwe
98c0c9d302
Ignore auxiliary files for gnuplottex
2015-02-17 11:23:38 +00:00
Konstantin
75df01fcdc
Update Joomla.gitignore
...
update for Joomla 3.3.6
2015-02-13 13:39:43 +05:00
Rolf Erik Lekang
478fa5869e
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.
2015-02-12 11:17:44 +01:00
William West
8478c871f3
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
2015-02-11 10:11:30 -05:00
Carl Suster
c1cd9540de
Merge pull request #1397 from maieul/master
...
minted 2.0 makes new files
2015-02-08 13:59:57 +11:00
Carl Suster
3ebb3221cc
Merge pull request #1389 from joomalungma/patch-1
...
joomla 3.3.6
2015-02-06 14:36:58 +11:00
Carl Suster
0a8b50b687
Merge pull request #1391 from skuschel/master
...
add .eggs/ directory to Python.gitignore
2015-02-06 14:33:48 +11:00
Carl Suster
0a8b6b9b2b
Merge pull request #1396 from polamjag/ignore-vendor-bundle-on-ruby
...
ignore /vendor/bundle on Ruby.gitignore
2015-02-06 14:28:20 +11:00
Carl Suster
5d8b19ad57
Merge pull request #1398 from pamrichmond/patch-1
...
Correct URL for NPM URL reference
2015-02-06 14:25:07 +11:00
Pam Richmond
d2a69875de
Correct URL for NPM URL reference
...
URL for commented reference has been updated
2015-02-05 10:21:40 -06:00
maieul
197c5727c5
minted 2.0 makes new files
2015-02-05 14:53:22 +01:00
polamjag
2afbfbdb10
add /vendor/bundle
2015-02-05 19:05:03 +09:00
Carl Suster
98a0d1176b
Merge pull request #1390 from karenetheridge/topic/perl_20150201
...
ignore new scratch directory for metadata
2015-02-05 14:54:45 +11:00
Brendan Forster
4e806b70bb
Merge pull request #1388 from elerch/patch-1
...
add *.vs/ to ignore VS files in VS15 CTP5
2015-02-05 11:54:30 +11:00
Emil Lerch
72e24c5ba6
remove Roslyn cache directory for VS 2015 CTP 1-4
2015-02-04 12:11:03 -08:00
Denis Grinyuk
79234283de
Reworked Lazarus.gitignore according to Lazarus Wiki
...
http://wiki.freepascal.org/File_extensions
2015-02-03 17:37:55 +03:00
Stephan Kuschel
8f8e4e79bd
add .eggs/ directory to Python.gitignore
2015-02-02 22:46:23 +01:00
Karen Etheridge
2950de4ba9
ignore new scratch directory for metadata
...
This directory is created by ExtUtils::MakeMaker starting with version
7.05_05, via this commit:
b6a9eba5b0
It was added to the default MANIFEST.SKIP in ExtUtils-Manifest 1.70, here:
e0f44577f8
2015-02-01 17:10:53 -08:00
Nikita
4d77067ae6
joomla 3.3.6
2015-01-30 21:00:13 +03:00
Emil Lerch
68f746b320
add *.vs/ to ignore VS files in VS15 CTP5
...
As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
2015-01-29 07:42:40 -08:00
István Földházi
0bb759363f
Add Tern plugin to Eclipse.gitignore
...
The Tern plugin generate a '.tern-project' file in the project directory. (https://github.com/angelozerr/tern.java/wiki/Tern-Eclipse-IDE )
2015-01-29 14:11:33 +01:00