]>
source.dussan.org Git - gitignore.git/log
komaflash // ec8or [Tue, 30 Jan 2018 09:02:51 +0000 (10:02 +0100)]
Added "ServiceFabricBackup/"
The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
Brendan Forster [Wed, 17 Jan 2018 19:37:39 +0000 (11:37 -0800)]
Merge pull request #2579 from meneguzzi/patch-1
Update TeX.gitignore
Felipe Meneguzzi [Tue, 16 Jan 2018 11:24:56 +0000 (09:24 -0200)]
Update TeX.gitignore
Added a temporary file used in MacTeX
Brendan Forster [Fri, 12 Jan 2018 12:24:56 +0000 (08:24 -0400)]
Merge pull request #2578 from neetrath/patch-2
Update Android.gitignore
Ruttanachai Auitragool [Fri, 12 Jan 2018 08:54:34 +0000 (15:54 +0700)]
Update Android.gitignore
Add fastlane in Android gitignore
Brendan Forster [Thu, 4 Jan 2018 11:36:33 +0000 (07:36 -0400)]
Merge pull request #2572 from mbukejlovic/patch-1
Fixed the unignore of folder 'packages'
mbukejlovic [Thu, 4 Jan 2018 09:26:19 +0000 (10:26 +0100)]
Fixed the unignore of folder 'packages'
Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort.
Brendan Forster [Tue, 2 Jan 2018 00:24:39 +0000 (20:24 -0400)]
Merge pull request #2562 from rgbkrk/patch-1
Update Node.gitignore
Kyle Kelley [Mon, 1 Jan 2018 22:26:54 +0000 (14:26 -0800)]
Update Node.gitignore
Brendan Forster [Mon, 1 Jan 2018 21:09:14 +0000 (17:09 -0400)]
Merge pull request #2561 from maxibanki/patch-1
Go: Add '*.exe~' to .gitignore
Max Schmitt [Mon, 1 Jan 2018 19:57:36 +0000 (20:57 +0100)]
Go: Add '*.exe~' to .gitignore
When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix.
https://github.com/golang/go/blob/
558eeb2d850d064b0b02b65a7bf3af6c108c248d /src/cmd/go/internal/work/exec.go#L1165-L1170
Rafi Wiener [Tue, 26 Dec 2017 09:34:18 +0000 (11:34 +0200)]
Update Eclipse.gitignore (#2556)
* Update Eclipse.gitignore
* Update Eclipse.gitignore
toby [Tue, 26 Dec 2017 03:30:10 +0000 (03:30 +0000)]
Add *.snk strong name key files (#2483)
* Add *.snk strong name key files
Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.
I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.
* Make use of *.snk optional
Add note explaining use.
* Reduce explanation
Just use a link instead
PTS93 [Mon, 25 Dec 2017 23:24:52 +0000 (00:24 +0100)]
Added a few common CAM file extensions (#2555)
Mostafa Soufi [Wed, 20 Dec 2017 22:30:58 +0000 (02:00 +0330)]
Added Must Use Plugins to gotignore (#2553)
https://codex.wordpress.org/Must_Use_Plugins
白季飞龙 [Mon, 18 Dec 2017 05:08:31 +0000 (13:08 +0800)]
Add "cmake-build-release/" to Jetbrains.gitignore (#2552)
Sam Roberts [Fri, 15 Dec 2017 02:11:47 +0000 (02:11 +0000)]
Update Matlab.gitignore (#2533)
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
Stefan [Fri, 15 Dec 2017 02:11:09 +0000 (21:11 -0500)]
Ignore node_modules (#2538)
Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git.
Richard Thompson [Fri, 15 Dec 2017 02:09:14 +0000 (02:09 +0000)]
Ignoring the models builder out of date flag (#2543)
The out of date models flag is automatically generated by the system, we don't want this in Git
Enrico Sada [Wed, 13 Dec 2017 22:37:34 +0000 (23:37 +0100)]
ignore MSBuild Binary and Structured Log (#2549)
ref http://msbuildlog.com/
Augusto Daniele [Tue, 5 Dec 2017 20:40:27 +0000 (17:40 -0300)]
Update Jekyll.gitignore (#2540)
Add .jekyll-cache/ as per envygeeks/jekyll-assets
Matthew Wallace [Wed, 29 Nov 2017 21:36:52 +0000 (21:36 +0000)]
Fixing .gitignore (#2531)
* Update Unity.gitignore
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
* removed wildcards from Unity's .gitignore
Tuomas-Matti Soikkeli [Wed, 29 Nov 2017 01:08:59 +0000 (03:08 +0200)]
Add ignore for Azure Stream Analytics local run output folder (#2498)
Ryan Scott [Wed, 29 Nov 2017 01:04:15 +0000 (20:04 -0500)]
Add cabal.project.local~ to Haskell.gitignore (#2479)
James Reed [Wed, 29 Nov 2017 01:03:18 +0000 (17:03 -0800)]
Ignore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486)
Matthew Wallace [Wed, 29 Nov 2017 01:01:40 +0000 (01:01 +0000)]
Update Unity.gitignore (#2502)
Prevents directories: `Library`
`Temp`
`Obj`
`Build`
`Builds`
`Assets/AssetStoreTools`
from being included in the remote if the project sits in the `Assets` folder.
Thi Minh Nhựt [Wed, 29 Nov 2017 01:00:43 +0000 (08:00 +0700)]
Add *.sta (standalone packages) for TeX (#2484)
Sadhan Sarma [Wed, 29 Nov 2017 00:52:56 +0000 (06:22 +0530)]
added logs and devel directories to .gitignore (#2497)
Caio Proiete [Wed, 29 Nov 2017 00:51:55 +0000 (20:51 -0400)]
Add sccprj/ folder to global MATLAB.gitignore (#2493)
Chris Mower [Wed, 29 Nov 2017 00:51:19 +0000 (00:51 +0000)]
TeX.gitignore modification for Emacs users (#2491)
* without . the auto directory is still considered for commits
* small addition that ensures all Emacs-Lisp files (.el files) are ignored
Denis Peshkov [Wed, 29 Nov 2017 00:47:25 +0000 (02:47 +0200)]
Update VisualStudio.gitignore (#2510)
* Update VisualStudio.gitignore
Brendan Forster [Wed, 29 Nov 2017 00:46:40 +0000 (11:46 +1100)]
Merge pull request #2513 from lushc/feature/ignore-vendors
Revert "Remove Composer's file and directory."
Brendan Forster [Wed, 29 Nov 2017 00:45:17 +0000 (11:45 +1100)]
Merge pull request #2505 from bndw/go-remove-glide
Remove .glide/ ignore
Brendan Forster [Wed, 29 Nov 2017 00:43:42 +0000 (11:43 +1100)]
Merge pull request #2516 from ButchDean/master
Ignore Visual Studio 2017 C++ app generated files.
Brendan Forster [Wed, 29 Nov 2017 00:40:23 +0000 (11:40 +1100)]
Merge pull request #2524 from halbich/unreal-plugins-directories
UnrealEngine - Include Plugins folder
Pavel Halbich [Thu, 23 Nov 2017 23:08:29 +0000 (00:08 +0100)]
Include Plugins folder
Brendan Forster [Mon, 20 Nov 2017 02:15:47 +0000 (13:15 +1100)]
Merge pull request #2517 from Noctis-/patch-1
Update comment
Brendan Forster [Sat, 18 Nov 2017 00:17:15 +0000 (11:17 +1100)]
Merge pull request #2519 from xeoneux/patch-1
Update VisualStudio.gitignore
Aayush Kapoor [Fri, 17 Nov 2017 16:21:29 +0000 (21:51 +0530)]
Update VisualStudio.gitignore
Noctis- [Wed, 15 Nov 2017 23:09:25 +0000 (09:09 +1000)]
Update comment
Dean Butcher [Wed, 15 Nov 2017 01:57:28 +0000 (21:57 -0400)]
Ignore Visual Studio 2017 generated files.
Chris Lush [Thu, 9 Nov 2017 15:35:03 +0000 (15:35 +0000)]
Revert "Remove Composer's file and directory."
This reverts commit
5b83681411d95d9302a3e0414efe82c6b4549d26 .
Brendan Forster [Wed, 8 Nov 2017 01:47:52 +0000 (12:47 +1100)]
Merge pull request #2512 from jsoref/spelling
Spelling
Josh Soref [Wed, 8 Nov 2017 01:20:10 +0000 (01:20 +0000)]
spelling: utils
Josh Soref [Wed, 8 Nov 2017 01:16:31 +0000 (01:16 +0000)]
spelling: intellij
Brendan Forster [Sun, 29 Oct 2017 22:36:49 +0000 (09:36 +1100)]
Merge pull request #2509 from hantuzun/patch-1
Update Terraform.gitignore
Brendan Forster [Sun, 29 Oct 2017 22:32:35 +0000 (09:32 +1100)]
Merge pull request #2506 from cliffordp/patch-1
Fix link to go to current anchor
Han Tuzun [Sun, 29 Oct 2017 20:26:00 +0000 (22:26 +0200)]
Update Terraform.gitignore
Improvements:
* `.terraform` directories could be created in any subdirectory when user runs `terraform init`.
* Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern.
* `*.tfvars` files often contain private data and not supposed to be committed.
Clifford [Fri, 27 Oct 2017 22:55:29 +0000 (17:55 -0500)]
Fix link to go to current anchor
bndw [Tue, 24 Oct 2017 05:43:41 +0000 (22:43 -0700)]
Remove .glide/ ignore
This was a workaround for https://github.com/Masterminds/glide/issues/736
Signed-off-by: bndw <benjamindwoodward@gmail.com>
Brendan Forster [Mon, 23 Oct 2017 10:25:34 +0000 (20:25 +1000)]
Merge pull request #2504 from Yousha/master
Windows.gitignore - Change desktop.ini to [Dd]esktop.ini
Yousha Aleayoub [Mon, 23 Oct 2017 08:07:18 +0000 (11:37 +0330)]
Change desktop.ini to [Dd]esktop.ini
Brendan Forster [Thu, 19 Oct 2017 00:25:34 +0000 (11:25 +1100)]
Merge pull request #2503 from synepis/patch-1
Ignore Nuget package directory name casing
synepis [Wed, 18 Oct 2017 13:38:08 +0000 (14:38 +0100)]
Ignore Nuget package directory name casing
It looks like VS2017 changed it's nuget package directory name to be capitalized.
When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
Brendan Forster [Mon, 16 Oct 2017 01:49:09 +0000 (12:49 +1100)]
Merge pull request #2501 from flowonyx/patch-1
Fixed typos in README.md
flowonyx [Sun, 15 Oct 2017 23:42:37 +0000 (01:42 +0200)]
Fixed typos in README.md
There were just a couple of typos in the README that I fixed.
Brendan Forster [Mon, 9 Oct 2017 02:51:27 +0000 (13:51 +1100)]
Merge pull request #2496 from malhobayyeb/comment-out-android-keys
Commenting out Android keystore files
Mohammad Alhobayyeb [Sun, 8 Oct 2017 07:52:58 +0000 (10:52 +0300)]
Commenting out Android keystore files
Android keystore files are critical and losing them is destructive.
They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository.
Brendan Forster [Thu, 21 Sep 2017 02:07:22 +0000 (12:07 +1000)]
Merge pull request #2482 from jimbob7198/patch-1
Add exclusion of Visual Studio trace files (*.e2e)
Brendan Forster [Thu, 21 Sep 2017 02:05:35 +0000 (12:05 +1000)]
Merge pull request #2464 from Cadmus/master
updated static and media files in django section
jimbob7198 [Wed, 20 Sep 2017 15:05:57 +0000 (16:05 +0100)]
Add exclusion of Visual Studio trace files (*.e2e)
Brendan Forster [Wed, 20 Sep 2017 03:26:00 +0000 (13:26 +1000)]
Merge pull request #2480 from Ckins/master
Update Autotools.gitignore
KINSANG CHING [Wed, 20 Sep 2017 02:37:54 +0000 (10:37 +0800)]
Update Autotools.gitignore
add files generated by the autotool m4.
Brendan Forster [Sun, 17 Sep 2017 01:10:45 +0000 (09:10 +0800)]
Merge pull request #2477 from Ckins/patch-1
Update OCaml.gitignore
KINSANG CHING [Fri, 15 Sep 2017 04:45:14 +0000 (12:45 +0800)]
Update OCaml.gitignore
Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common
Brendan Forster [Tue, 12 Sep 2017 22:47:23 +0000 (08:47 +1000)]
Merge pull request #2475 from Ayase-252/master
Fix failure to ignore Simulink autosave files
Brendan Forster [Tue, 12 Sep 2017 09:58:21 +0000 (19:58 +1000)]
Merge pull request #2474 from Ebola16/master
Remove double-spaced lines
Qingyu Deng [Tue, 12 Sep 2017 06:59:52 +0000 (14:59 +0800)]
Fix failure to ignore simulink autosave file
`.autosave` does not match the name of autosave file generated by
simulink. A leading asterisk(*) is needed to match such name.
Ryan Meredith [Tue, 12 Sep 2017 05:29:04 +0000 (01:29 -0400)]
Remove double-spaced lines
Brendan Forster [Sat, 9 Sep 2017 01:44:25 +0000 (11:44 +1000)]
Merge pull request #2328 from jpdillingham/opencover-visualstudio
Add exclusion for OpenCover UI results
Brendan Forster [Sat, 9 Sep 2017 01:43:55 +0000 (11:43 +1000)]
Merge pull request #2332 from alnassre/patch-1
ignore logs on /administrator/logs/*
Brendan Forster [Sat, 9 Sep 2017 01:28:52 +0000 (11:28 +1000)]
Merge pull request #2410 from Coeur/patch-2
clarifying when ignoring is not required
Brendan Forster [Sat, 9 Sep 2017 01:27:49 +0000 (11:27 +1000)]
Merge pull request #2416 from jwg4/patch-2
Add names of backup folders created by terrarium
Brendan Forster [Sat, 9 Sep 2017 01:25:05 +0000 (11:25 +1000)]
Merge pull request #2397 from weinihou/master
add MANIFEST to Python.gitignore
Brendan Forster [Sat, 9 Sep 2017 01:15:33 +0000 (11:15 +1000)]
Merge pull request #2420 from niklasholm/master
Add extended DVI (XDV) to TeX.gitignore
Brendan Forster [Sat, 9 Sep 2017 01:12:10 +0000 (11:12 +1000)]
Merge pull request #2425 from sobolevn/patch-1
Updates Elixir gitignore file
Brendan Forster [Sat, 9 Sep 2017 01:04:41 +0000 (11:04 +1000)]
Merge pull request #2419 from soreng/patch-1
Added link to source
Brendan Forster [Sat, 9 Sep 2017 01:01:41 +0000 (11:01 +1000)]
Merge pull request #2429 from yetanotherchris/patch-1
Update Terraform.gitignore - ignore terraform.tfvars
Brendan Forster [Sat, 9 Sep 2017 01:01:13 +0000 (11:01 +1000)]
Merge pull request #2422 from danilcha/master
.DS_Store is a file name, not an extension
Brendan Forster [Sat, 9 Sep 2017 00:42:46 +0000 (10:42 +1000)]
Merge pull request #2470 from fabioricali/patch-1
Adds some files
Fabio Ricali [Thu, 7 Sep 2017 16:55:03 +0000 (18:55 +0200)]
Adds some files
Brendan Forster [Sun, 3 Sep 2017 04:24:22 +0000 (14:24 +1000)]
Merge pull request #2467 from rdela/patch-1
Node - update Compiled binary addons link to https
Ricky de Laveaga [Thu, 31 Aug 2017 23:51:26 +0000 (16:51 -0700)]
Node - update Compiled binary addons link to https
Node.gitignore build/Release Compiled binary addons: http to https
https://nodejs.org/api/addons.html
Brendan Forster [Tue, 29 Aug 2017 22:41:09 +0000 (08:41 +1000)]
Merge pull request #2465 from ddfreyne/tmp-nanoc
Nanoc: Ignore tmp/nanoc/, not tmp/
Denis Defreyne [Tue, 29 Aug 2017 21:23:24 +0000 (23:23 +0200)]
Nanoc: Ignore tmp/nanoc/, not tmp/
Renjith S Raj [Tue, 29 Aug 2017 05:33:33 +0000 (05:33 +0000)]
updated static and media files in django section
Brendan Forster [Wed, 23 Aug 2017 23:50:01 +0000 (09:50 +1000)]
Merge pull request #2461 from FabrizioBrancati/master
Updating Swift.gitignore with Package.resolved
Fabrizio Brancati [Tue, 22 Aug 2017 21:58:27 +0000 (23:58 +0200)]
Updating Swift.gitignore with Package.resolved
Brendan Forster [Mon, 21 Aug 2017 01:36:06 +0000 (11:36 +1000)]
Merge pull request #2458 from wirgen/master
Add default file, README in libraries and translations in Drupal
Denis [Sun, 20 Aug 2017 07:44:48 +0000 (10:44 +0300)]
Add default file, README in libraries and translations in Drupal
Brendan Forster [Fri, 18 Aug 2017 06:41:40 +0000 (16:41 +1000)]
Merge pull request #2456 from tim-sueberkrueb/patch-2
Add QML and JS cache files to Qt.gitignore
Tim Süberkrüb [Wed, 16 Aug 2017 15:38:05 +0000 (17:38 +0200)]
Add QML and JS cache files to Qt.gitignore
Brendan Forster [Tue, 15 Aug 2017 00:59:07 +0000 (10:59 +1000)]
Merge pull request #1880 from jjst/kotlin
Add gitignore for Kotlin
Brendan Forster [Mon, 14 Aug 2017 04:21:18 +0000 (14:21 +1000)]
Merge pull request #2455 from pei-lun/terraform.gitignore
'*.tfstate.*.backup' added to Terraform.gitignore
Pei-lun [Mon, 14 Aug 2017 02:02:05 +0000 (10:02 +0800)]
'*.tfstate.*.backup' added to Terraform.gitignore
Brendan Forster [Sun, 13 Aug 2017 05:48:20 +0000 (15:48 +1000)]
Merge pull request #2454 from CodeNotFoundException/patch-1
Adds .gitignore rules for AxoCover
CodeNotFound [Sat, 12 Aug 2017 03:48:48 +0000 (05:48 +0200)]
Adds .gitignore rules for AxoCover
AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created:
- settings in settings.json
- sub-folders into **run** folder which contain code coverage results.
All content into **.axoCover** folder must be ignored except the **settings.json** file.
Brendan Forster [Fri, 11 Aug 2017 04:13:51 +0000 (14:13 +1000)]
Merge pull request #2451 from Xeio/patch-1
Fix comments on same line causing ignore to break
Joshua Shaffer [Fri, 11 Aug 2017 03:27:44 +0000 (23:27 -0400)]
Fix comments on same line causing ignore to break
Brendan Forster [Tue, 1 Aug 2017 18:12:15 +0000 (15:12 -0300)]
Merge pull request #2445 from ninsuo/patch-1
Symfony.gitignore: add web server pid file