]>
source.dussan.org Git - gitignore.git/log
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
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
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
Alain Tiemblo [Tue, 1 Aug 2017 17:32:24 +0000 (19:32 +0200)]
Symfony.gitignore: add web server pid file
Since Symfony 3.3, WebServerBundle creates a `.web-server-pid` file when embedded server is running.
Official blog post: http://symfony.com/blog/new-in-symfony-3-3-webserverbundle
Brendan Forster [Mon, 31 Jul 2017 12:18:17 +0000 (09:18 -0300)]
Merge pull request #2440 from jamesqo/patch-1
Remove TODO from VS.gitignore
James Ko [Sun, 30 Jul 2017 19:57:56 +0000 (15:57 -0400)]
Update VisualStudio.gitignore
Brendan Forster [Sun, 30 Jul 2017 14:52:00 +0000 (11:52 -0300)]
Merge pull request #2442 from sorabito/Updated_Smalltalk_gitignore
Updated Smalltalk.gitignore
Sho Yoshida [Sun, 30 Jul 2017 12:36:09 +0000 (21:36 +0900)]
Updated Smalltalk.gitignore
James Ko [Sun, 30 Jul 2017 00:27:45 +0000 (20:27 -0400)]
Remove TODO from VS.gitignore
Brendan Forster [Wed, 26 Jul 2017 12:55:18 +0000 (09:55 -0300)]
Merge pull request #2437 from koppor/patch-5
JetBrains: out/ ignored recursively
Oliver Kopp [Wed, 26 Jul 2017 07:57:33 +0000 (09:57 +0200)]
JetBrains: out/ ignored recursively
Brendan Forster [Tue, 25 Jul 2017 11:21:38 +0000 (08:21 -0300)]
Merge pull request #2384 from King66/master
fix Prestashop.gitignore error
Brendan Forster [Mon, 24 Jul 2017 12:20:21 +0000 (09:20 -0300)]
Merge pull request #2434 from RyanGlScott/patch-1
Ignore .ghc.environment.*
Ryan Scott [Thu, 20 Jul 2017 15:30:45 +0000 (08:30 -0700)]
Ignore .ghc.environment.*
Chris S [Fri, 14 Jul 2017 11:22:39 +0000 (12:22 +0100)]
Update Terraform.gitignore
Added .tfvars file so for example AWS credentials aren't committed.
Nikita Sobolev [Sat, 8 Jul 2017 12:48:59 +0000 (15:48 +0300)]
Updates Elixir gitignore file
Official `elixir`'s `gitignore` after running `mix new` contains these two lines:
> # Where 3rd-party dependencies like ExDoc output generated docs.
> /doc
> # Ignore .fetch files in case you like to edit your project deps locally.
> /.fetch
They are missing at the moment.
Danila Piatov [Thu, 6 Jul 2017 18:10:05 +0000 (20:10 +0200)]
.DS_Store is a file name, not an extension
Niklas Holm [Mon, 26 Jun 2017 15:57:23 +0000 (17:57 +0200)]
Add extended DVI (XDV) to TeX.gitignore
Søren Gregersen [Mon, 26 Jun 2017 08:36:49 +0000 (10:36 +0200)]
Added link to source
jwg4 [Wed, 21 Jun 2017 15:45:53 +0000 (15:45 +0000)]
Add env.bak, re-arrange
jwg4 [Wed, 21 Jun 2017 15:42:05 +0000 (15:42 +0000)]
Add venv.bak - created by terrarium
Terrarium backs up old virtual environments by moving them to this dir.
Brendan Forster [Sat, 10 Jun 2017 17:59:31 +0000 (14:59 -0300)]
Merge pull request #2413 from yannduran/tabs-studio
Add Tabs Studio files to VisualStudio.gitignore
Brendan Forster [Sat, 10 Jun 2017 17:58:34 +0000 (14:58 -0300)]
Merge branch 'master' into tabs-studio
Yann Duran [Sat, 10 Jun 2017 00:15:38 +0000 (10:15 +1000)]
Add Tabs Studio files to VisualStudui.gitignore
Brendan Forster [Fri, 9 Jun 2017 12:19:14 +0000 (09:19 -0300)]
Merge pull request #2411 from AmadeusW/amadeusw/benchmarkdotnet
Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore
Amadeusz Wieczorek [Fri, 9 Jun 2017 06:12:57 +0000 (23:12 -0700)]
Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore
Antoine Cœur [Thu, 8 Jun 2017 06:14:58 +0000 (14:14 +0800)]
clarifying when ignoring is not required
Brendan Forster [Tue, 6 Jun 2017 13:34:14 +0000 (10:34 -0300)]
Merge pull request #2407 from utkonos/master
Optionally add log files to Vagrant and improve file's comments
Robert Simmons [Tue, 6 Jun 2017 05:07:12 +0000 (01:07 -0400)]
Optionally add log files to Vagrant and improve file's comments
Brendan Forster [Wed, 31 May 2017 17:32:04 +0000 (14:32 -0300)]
Merge pull request #2401 from utkonos/master
Fix capitalization and spacing of comments
Robert Simmons [Wed, 31 May 2017 16:16:02 +0000 (12:16 -0400)]
Fix capitalization and spacing of comments
Brendan Forster [Tue, 30 May 2017 11:07:53 +0000 (08:07 -0300)]
Merge pull request #2395 from iKeirNez/jenv
Create .gitignore rules for JEnv
Shiwei Sun [Fri, 26 May 2017 08:30:51 +0000 (16:30 +0800)]
add MANIFEST to Python.gitignore
add MANIFEST which is GENERATED by distutils
Reasons for making this change:
if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist'
Keir Nellyer [Thu, 25 May 2017 22:48:15 +0000 (23:48 +0100)]
Create .gitignore rules for JEnv
Brendan Forster [Mon, 22 May 2017 11:42:37 +0000 (13:42 +0200)]
Merge pull request #2389 from KoynovStas/Qt_UnitTests
Qt unit tests
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
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.
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
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
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
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
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
julienshepherd [Wed, 17 May 2017 18:13:11 +0000 (21:13 +0300)]
Update VisualStudio.gitignore
King [Mon, 15 May 2017 09:48:05 +0000 (17:48 +0800)]
Update Prestashop.gitignore
this commit is optional, for good-looking