]>
source.dussan.org Git - gitignore.git/log
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.*
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
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
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
King [Mon, 15 May 2017 09:45:43 +0000 (17:45 +0800)]
Update Prestashop.gitignore
Brendan Forster [Mon, 15 May 2017 09:33:55 +0000 (19:33 +1000)]
Merge pull request #2383 from shiftkey/patch-1
ensure the following ! rules are included
Brendan Forster [Mon, 15 May 2017 09:31:13 +0000 (19:31 +1000)]
ensure the following ! rules are included
Brendan Forster [Fri, 12 May 2017 09:36:02 +0000 (19:36 +1000)]
Merge pull request #2379 from scari/master
Fixed typo
Younggun Kim [Fri, 12 May 2017 09:08:06 +0000 (18:08 +0900)]
Fixed typo
Brendan Forster [Wed, 10 May 2017 08:38:20 +0000 (18:38 +1000)]
Merge pull request #2375 from vuolter/patch-1
Add stackdump to Windows.gitignore
Walter Purcaro [Wed, 10 May 2017 07:23:36 +0000 (09:23 +0200)]
Add stackdump to Windows.gitignore
**Reasons for making this change:**
Ignore the stack dump generated when a program has crashed under Windows.
**Links to documentation supporting these rule changes:**
http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash
https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962
julienshepherd [Tue, 9 May 2017 09:54:22 +0000 (12:54 +0300)]
add .appx to VisualStudio.gitignore
for .appx files created in the project root directory.
Brendan Forster [Sun, 7 May 2017 01:55:17 +0000 (11:55 +1000)]
Merge pull request #2371 from brettcannon/patch-1
Ignore mypy's cache directory
Brett Cannon [Sat, 6 May 2017 20:30:48 +0000 (13:30 -0700)]
Ignore mypy's cache directory
Brendan Forster [Mon, 24 Apr 2017 08:43:33 +0000 (18:43 +1000)]
Merge pull request #2359 from Glordim/master
Add moc_*.h in Qt.gitignore
Glordim [Sun, 23 Apr 2017 08:12:53 +0000 (10:12 +0200)]
Add moc_*.h in Qt.gitignore
Brendan Forster [Wed, 19 Apr 2017 23:29:05 +0000 (09:29 +1000)]
Merge pull request #2356 from orzechow/microsoft-visio
Edit ignore for Microsoft Visio autosave files to include Office <= 2003
Piotr Orzechowski [Wed, 19 Apr 2017 15:15:22 +0000 (17:15 +0200)]
Edit ignore for Microsoft Visio autosave files to include Office <= 2003
Brendan Forster [Mon, 17 Apr 2017 00:10:23 +0000 (10:10 +1000)]
Merge pull request #2354 from mkakodkar/patch-1
Added .tgz
Mayank Kakodkar [Sun, 16 Apr 2017 18:36:41 +0000 (14:36 -0400)]
Added .tgz
Brendan Forster [Fri, 14 Apr 2017 23:58:15 +0000 (09:58 +1000)]
Merge pull request #2315 from ehannes/fix-magento-sub-dir-exclude
Fixes issue excluding sub directories
Brendan Forster [Fri, 14 Apr 2017 23:13:10 +0000 (09:13 +1000)]
Merge pull request #2316 from gagallo7/patch-1
Allow PakBlacklist-*.txt files inside Build dir in UnrealEngine.gitignore
Brendan Forster [Fri, 14 Apr 2017 23:05:42 +0000 (09:05 +1000)]
Merge pull request #2329 from Omarasifshaikh/patch-1
Adding cmake-build-debug
Brendan Forster [Fri, 14 Apr 2017 23:05:13 +0000 (09:05 +1000)]
Merge pull request #2330 from random82/patch-1
Added .spyproject to ignored paths
Brendan Forster [Tue, 4 Apr 2017 10:46:50 +0000 (20:46 +1000)]
Merge pull request #2162 from chaosdefinition/chaosdefinition-patch-1
[C] ignore versions of kernel module build results
Brendan Forster [Mon, 3 Apr 2017 08:15:54 +0000 (18:15 +1000)]
Merge pull request #2344 from orzechow/tex-pdfpc
Add pdfpc files to Tex.gitignore
Brendan Forster [Mon, 3 Apr 2017 00:13:01 +0000 (10:13 +1000)]
Merge pull request #2343 from ghisvail/patch-1
Ignore mkdocs site directory
Ghislain Antony Vaillant [Sat, 1 Apr 2017 07:38:52 +0000 (08:38 +0100)]
Exclude the root site folder only
Piotr Orzechowski [Fri, 31 Mar 2017 17:36:59 +0000 (19:36 +0200)]
Add pdfpc files to Tex.gitignore
The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files.
These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually).
[1] https://pdfpc.github.io/
[2] https://github.com/cebe/pdfpc-latex-notes
Ghislain Antony Vaillant [Fri, 31 Mar 2017 08:53:22 +0000 (09:53 +0100)]
Ignore mkdocs site directory
[mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored.
Brendan Forster [Tue, 28 Mar 2017 23:56:40 +0000 (10:56 +1100)]
Merge pull request #2337 from spencermathews/fix-macos-icon
Fix macOS Icon
Brendan Forster [Tue, 28 Mar 2017 21:53:31 +0000 (08:53 +1100)]
Merge pull request #2336 from raeglan/patch-1
.project and .classpath should be inside VC
Spencer Mathews [Tue, 28 Mar 2017 21:42:51 +0000 (14:42 -0700)]
Add two CR characters to ignore Icon?
Spencer Mathews [Tue, 28 Mar 2017 21:32:40 +0000 (14:32 -0700)]
Change macOS to UNIX line endings
Rafael Miranda [Tue, 28 Mar 2017 07:22:28 +0000 (09:22 +0200)]
.project and .classpath should be inside VC
From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F
Brendan Forster [Thu, 23 Mar 2017 22:38:54 +0000 (09:38 +1100)]
Merge pull request #2331 from cptaffe/master
Rails gitignore misuses double-asterisk
Connor Taffe [Thu, 23 Mar 2017 16:09:50 +0000 (11:09 -0500)]
Double-asterisk misuse
`**.` is invalid
Dominik Raniszewski [Tue, 21 Mar 2017 01:06:48 +0000 (12:06 +1100)]
Added .spyproject to ignored paths
Looks like Spyder 3.1 uses .spyproject folder to store workspace config
Omar Shaikh [Mon, 20 Mar 2017 06:20:15 +0000 (23:20 -0700)]
Adding cmake-build-debug
Brendan Forster [Mon, 13 Mar 2017 23:29:10 +0000 (09:59 +1030)]
Merge pull request #2321 from matt40k/patch-1
Add ignore for Secondary data files
Matt Smith [Mon, 13 Mar 2017 10:13:39 +0000 (10:13 +0000)]
Add ignore for Secondary data files
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
Brendan Forster [Mon, 13 Mar 2017 00:44:35 +0000 (08:44 +0800)]
Merge pull request #2319 from kevmoo/patch-1
Drastically simplify .gitignore for Dart
Brendan Forster [Mon, 13 Mar 2017 00:43:55 +0000 (08:43 +0800)]
Merge pull request #2320 from Cantido/master
Add Cursive's REPL history file
Robert Richter [Sun, 12 Mar 2017 16:37:13 +0000 (11:37 -0500)]
Add Cursive's REPL history file
**Reasons for making this change:**
The file `replstate.xml` contains the history of the Clojure REPL
that Cursive adds to IntelliJ. Obviously that's user-specific,
and not relevant to other users.
**Links to documentation supporting these rule changes:**
This file is not well-documented, but in cursive-ide/cursive#1325,
the Cursive developers state that this is the REPL history file,
and that deleting it is acceptable troubleshooting if it's
causing trouble.
Brendan Forster [Sun, 12 Mar 2017 04:25:06 +0000 (12:25 +0800)]
Merge pull request #2318 from bbodenmiller/patch-3
remove extra line
Kevin Moore [Sat, 11 Mar 2017 21:41:43 +0000 (13:41 -0800)]
Update Dart.gitignore
Kevin Moore [Sat, 11 Mar 2017 21:41:14 +0000 (13:41 -0800)]
Update Dart.gitignore
Kevin Moore [Sat, 11 Mar 2017 00:32:54 +0000 (16:32 -0800)]
Drastically simplify .gitignore for Dart
Our typical workflow has JS and related build outputs in the `build` directory.
Most users are on new SDKs, so we don't have to worry about these ignores.
Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later.
Ben Bodenmiller [Fri, 10 Mar 2017 22:43:32 +0000 (14:43 -0800)]
remove extra line
gagallo7 [Thu, 9 Mar 2017 13:56:06 +0000 (10:56 -0300)]
Allow PakBlacklist-*.txt files inside Build dir
The PakBlacklist-<BuildConfiguration>.txt is used to disallow some files to be packaged in the pak file.
This can be very helpful to reduce pak file size for mobile platforms.
To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps:
1. Create the PakBlacklist-Shipping.txt file in Build/Android directory.
2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset
3. Package the game
Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist
Hannes Elvemyr [Thu, 9 Mar 2017 10:31:19 +0000 (11:31 +0100)]
Fixes issue excluding sub directories
This .gitignore is not correct. At least was not working for me.
Ignoring /media/* and then excluding !/media/customer/.htaccess is not
working. According to the Git manual, "It is not possible to re-include
a file if a parent directory of that file is excluded."
(https://git-scm.com/docs/gitignore).
Found a solution here:
http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/
16318111 #
16318111
Brendan Forster [Tue, 7 Mar 2017 00:31:32 +0000 (11:31 +1100)]
Merge pull request #2312 from Yousha/patch-1
Remove Composer's file and directory from Symfony.
Yousha Aleayoub [Mon, 6 Mar 2017 15:46:06 +0000 (19:16 +0330)]
Remove Composer's file and directory.
Markus Olsson [Thu, 2 Mar 2017 12:59:59 +0000 (13:59 +0100)]
Merge pull request #2305 from robinhultman/visualstudio-biztalk
Added BizTalk build output files to ignore list
Robin Hultman [Wed, 1 Mar 2017 09:32:17 +0000 (10:32 +0100)]
Added BizTalk build output files to ignore list
Brendan Forster [Tue, 28 Feb 2017 10:38:09 +0000 (21:38 +1100)]
Merge pull request #2302 from dopefishh/tex-remove-dups
TeX: remove duplicates
Mart Lubbers [Tue, 28 Feb 2017 10:27:43 +0000 (11:27 +0100)]
TeX: remove duplicates
Brendan Forster [Tue, 28 Feb 2017 10:11:34 +0000 (21:11 +1100)]
Merge pull request #2301 from MichaelKogan/VS-JustMock_Config
Added Telerik's JustMock configruation files
MichaelKogan [Tue, 28 Feb 2017 07:15:00 +0000 (09:15 +0200)]
Added Telerik's JustMock configruation files
Brendan Forster [Wed, 22 Feb 2017 21:21:49 +0000 (08:21 +1100)]
Merge pull request #2292 from jlabarbera11/master
Added /project/project to PlayFramework.gitignore
Joe LaBarbera [Wed, 22 Feb 2017 16:41:54 +0000 (08:41 -0800)]
Added /project/project to PlayFramework.gitignore
https://www.playframework.com/documentation/2.5.x/Anatomy
Brendan Forster [Mon, 20 Feb 2017 09:23:13 +0000 (20:23 +1100)]
Merge pull request #2291 from pmsosa/patch-1
[Python Gitignore] Ignore Sage's parsed files
Pedro M. Sosa [Mon, 20 Feb 2017 07:52:08 +0000 (23:52 -0800)]
Update Python.gitignore
Pedro M. Sosa [Mon, 20 Feb 2017 05:43:08 +0000 (21:43 -0800)]
[Python Gitignore] Ignore Sage's parsed files
Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
Brendan Forster [Fri, 17 Feb 2017 14:11:21 +0000 (01:11 +1100)]
Merge pull request #2290 from aleixosk/master
Ignore dictionaries to reflect docs
Aleixo Sánchez [Fri, 17 Feb 2017 10:25:02 +0000 (11:25 +0100)]
Ignore dictionaries to reflect docs
Brendan Forster [Thu, 16 Feb 2017 20:33:49 +0000 (07:33 +1100)]
Merge pull request #2288 from sherzodv/eclipse-scala
[Eclipse] Add excludes kept in Scala.gitignore .
Brendan Forster [Thu, 16 Feb 2017 20:32:18 +0000 (07:32 +1100)]
Merge pull request #2289 from sherzodv/scala-cleanup
[Scala] remove external tools excludes.
Brendan Forster [Thu, 16 Feb 2017 20:31:52 +0000 (07:31 +1100)]
Merge pull request #2287 from sherzodv/sbt-scala
[SBT] Add some excludes kept in Scala.gitignore .
sherzod [Thu, 16 Feb 2017 19:35:17 +0000 (00:35 +0500)]
[SBT] Add some excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for SBT than SBT.gitignore itself.
Copy missing entries here.
sherzod [Thu, 16 Feb 2017 19:58:49 +0000 (00:58 +0500)]
[Eclipse] Add excludes kept in Scala.gitignore .
Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore
itself. Copy missing entries here.
sherzod [Thu, 16 Feb 2017 20:01:42 +0000 (01:01 +0500)]
[Scala] remove external tools excludes.
Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate
Global/ gitignore files.