]> source.dussan.org Git - gitignore.git/log
gitignore.git
4 years agoAfter adding the new product "TF3680 - TC3 Filter" as a reference, some new files... 3092/head
Jakob Sagatowski [Tue, 26 May 2020 14:17:55 +0000 (16:17 +0200)]
After adding the new product "TF3680 - TC3 Filter" as a reference, some new files were automatically generated after compilation:
_ModuleInstall/TcFilter/TwinCAT CE7 (ARMV7)/TcFilterW32.dll
_ModuleInstall/TcFilter/TwinCAT CE7 (x86)/TcFilterW32.dll
_ModuleInstall/TcFilter/TwinCAT RT (x64)/TcFilter.sys
_ModuleInstall/TcFilter/TwinCAT RT (x86)/TcFilter.sys

After contacting Beckhoff support, it was concluded that the folder "_ModuleInstall" could be omitted from version control, thus this addition.

4 years agoAs a product of enabling the write of separate LineIDs (described here https://github...
Jakob Sagatowski [Sat, 25 Jan 2020 18:13:52 +0000 (19:13 +0100)]
As a product of enabling the write of separate LineIDs (described here https://github.com/tcunit/TcUnit/issues/85) and having a discussion with Beckhoff support, it was concluded that the files "LineIDs.dbg" and "LineIDs.dbg.bak" should not be version controlled, and thus these two are added to the gitignore-file for TwinCAT3.

4 years agoClarified *.tmc-files rule.
Jakob Sagatowski [Thu, 5 Dec 2019 11:42:11 +0000 (12:42 +0100)]
Clarified *.tmc-files rule.

5 years agoAdded:
Jakob Sagatowski [Mon, 14 Oct 2019 05:45:54 +0000 (07:45 +0200)]
Added:
- tmcRefac
- project.~u
- tsproj.bak
- xti.bak (TwinCAT export files backup)

5 years agoRenamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore...
Jakob Sagatowski [Sat, 13 Jul 2019 16:41:49 +0000 (18:41 +0200)]
Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob).

5 years agoAdded gitignore-file for Beckhoff TwinCAT.
Jakob Sagatowski [Sat, 22 Jun 2019 13:00:35 +0000 (15:00 +0200)]
Added gitignore-file for Beckhoff TwinCAT.

5 years agoKiCAD: the -rescue.lib file is also precious! (#3025)
Jean-Noël Avila [Sat, 1 Jun 2019 13:37:17 +0000 (15:37 +0200)]
KiCAD: the -rescue.lib file is also precious! (#3025)

5 years agoRevert "KiCad: add footprint cache (#3043)" (#3075)
Dylan Bartlett [Tue, 28 May 2019 12:00:48 +0000 (13:00 +0100)]
Revert "KiCad: add footprint cache (#3043)" (#3075)

This reverts commit 6ffcee971119154f1188666c92d94248fa053b8e.

5 years agoAdd db.sqlite3-journal to Python.gitignore (#3063)
Peter Hollows [Sat, 25 May 2019 16:16:08 +0000 (02:16 +1000)]
Add db.sqlite3-journal to Python.gitignore (#3063)

See also 15e56afe introduced this for Rails.gitignore.

Docs on Sqlite temporary files
https://www.sqlite.org/tempfiles.html#rollback_journals

Thanks @nickittynack (Nick Reynolds)

5 years agoMake ignoring .ist files for glossaries-extra ... (#3066)
Anton Sakovich [Wed, 22 May 2019 11:45:42 +0000 (14:45 +0300)]
Make ignoring .ist files for glossaries-extra ... (#3066)

package not interfere with makeindex's style files

5 years agostyle: (Golang) Remove the non-essentials (#3061)
Erdal TAŞKESEN [Sun, 19 May 2019 11:49:52 +0000 (14:49 +0300)]
style: (Golang) Remove the non-essentials (#3061)

5 years agovim: add extra session file Sessionx.vim (#3058)
Matan Nassau [Thu, 16 May 2019 20:40:58 +0000 (16:40 -0400)]
vim: add extra session file Sessionx.vim (#3058)

from vim's documentation on `:mksession` (:help :mksession):

 ...

 10. If a file exists with the same name as the Session file, but ending
     in "x.vim" (for eXtra), executes that as well.  You can use *x.vim
     files to specify additional settings and actions associated with a
     given Session, such as creating menu items in the GUI version.

we already have Session.vim ignored.  the Sessionx.vim file, like
Session.vim, is a user file.  a user would generally want that file kept
private or for themselves, and the public or a team fetching from or
sharing the repository generally have no interest in a file relevant
only to a particular user.  so it's a good idea to get git to help us
avoid mistakenly sharing the file.

5 years agoadd the ist file generated by glossaries-extra package (#3056)
Mohammad Hizzani [Thu, 16 May 2019 20:35:06 +0000 (23:35 +0300)]
add the ist file generated by glossaries-extra package (#3056)

5 years agoFix log filename for Vagrant (#3053)
Takeshi Kondo [Sun, 12 May 2019 15:29:47 +0000 (00:29 +0900)]
Fix log filename for Vagrant (#3053)

Actually, the log generated by debug mode is *.log
i.e. ubuntu-xenial-16.04-cloudimg-console.log

5 years agoUpdated Xcode.gitignore template with a Patch (#2566)
Justin Hartman [Sun, 12 May 2019 13:24:48 +0000 (15:24 +0200)]
Updated Xcode.gitignore template with a Patch (#2566)

5 years agoAdd ignores for file-based projects (#2902)
Sergey Chupov [Sun, 12 May 2019 13:23:05 +0000 (16:23 +0300)]
Add ignores for file-based projects (#2902)

When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case.

5 years ago[Android] Change to Android Studio 3 (#3004)
Daniil Goncharov [Sun, 12 May 2019 13:10:01 +0000 (18:10 +0500)]
[Android] Change to Android Studio 3 (#3004)

* ignore all caches

* ignore release folder

5 years agoAdded Preamble (#2954)
Alexander Gayko [Sun, 12 May 2019 13:09:14 +0000 (15:09 +0200)]
Added Preamble (#2954)

... to let the file point to its canonical source

5 years agoUpdated ignored list (#2972)
Rohan Vakharia [Sun, 12 May 2019 13:05:22 +0000 (18:35 +0530)]
Updated ignored list (#2972)

5 years agoNUnit - reorganize (#2960)
Dariusz Woźniak [Sun, 12 May 2019 13:00:26 +0000 (15:00 +0200)]
NUnit - reorganize (#2960)

5 years agoUpdate Node.gitignore (#2934)
Byeongguk Gong [Sun, 12 May 2019 12:54:48 +0000 (21:54 +0900)]
Update Node.gitignore (#2934)

* Update Node.gitignore

* Fix coverage.lcov to *.lcov

5 years ago[Android] ignore .idea/navEditor.xml (#3012)
Oleg Mezentsev [Sun, 12 May 2019 12:45:34 +0000 (12:45 +0000)]
[Android] ignore .idea/navEditor.xml (#3012)

5 years agoAdd fp-info-cache to KiCad gitignore (#3013)
Alex Studer [Sun, 12 May 2019 12:45:08 +0000 (08:45 -0400)]
Add fp-info-cache to KiCad gitignore (#3013)

See https://lists.launchpad.net/kicad-developers/msg38339.html and https://lists.launchpad.net/kicad-developers/msg38638.html

5 years ago[Unity] ignore Jetbrains plugin folder (#3026)
LotteMakesStuff [Sun, 12 May 2019 12:44:32 +0000 (13:44 +0100)]
[Unity] ignore Jetbrains plugin folder (#3026)

When a Unity project is opened in Jetbrains Rider, it installs a editor plugin into the Assets/Plugins/Editor/Jetbrains folder to manage Unity->Rider integration. This plugins life cycle is managed by your local Rider install and is automatically updated by Rider. It should not be committed to source control.  This is documented by Jetbrains here https://www.jetbrains.com/help/rider/Unity.html

This change should ignore both the Jetbrains plugin folder and its .meta file correctly. For completeness, it would be nice to also ignore the /.idea*/ settings folder that Rider autogenerates, but i see a PR implementing that change has already been rejected.

5 years agoUpdate Windows.gitignore (#2191)
Mestre Muten [Sun, 12 May 2019 12:40:18 +0000 (14:40 +0200)]
Update Windows.gitignore (#2191)

5 years agoAdd .tsbuildinfo files to Node.gitignore (#3052)
Simon Siefke [Fri, 10 May 2019 11:04:44 +0000 (13:04 +0200)]
Add .tsbuildinfo files to Node.gitignore (#3052)

5 years agoExclude memory profiler captures from git (#3049)
FritzsHero [Thu, 9 May 2019 11:17:09 +0000 (13:17 +0200)]
Exclude memory profiler captures from git (#3049)

5 years agoReplace non-ASCII character in comment (#3050)
John Chang [Thu, 9 May 2019 11:03:00 +0000 (12:03 +0100)]
Replace non-ASCII character in comment (#3050)

The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211

5 years agoignore vendor directory (#3033)
Mahmudul Haque [Sun, 5 May 2019 13:37:09 +0000 (19:37 +0600)]
ignore vendor directory (#3033)

5 years agoUpdate VisualStudio.gitignore to add a safer rule for rdl backups (#3047)
Alvaro Enrique Ruano [Thu, 2 May 2019 15:37:20 +0000 (09:37 -0600)]
Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047)

5 years agoUpdating Swift.gitignore with accio folders (#3046)
Guilherme Ramos [Wed, 1 May 2019 18:06:26 +0000 (15:06 -0300)]
Updating Swift.gitignore with accio folders (#3046)

5 years agoKiCad: add footprint cache (#3043)
syzzer [Sun, 28 Apr 2019 12:12:16 +0000 (14:12 +0200)]
KiCad: add footprint cache (#3043)

As described in commit c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5 in the
kicad repository itself, the fp-info-cache file should not be checked
in to version control.

(See https://git.launchpad.net/kicad/commit/?id=c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5)

5 years agoUpdate VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041)
Alessio Franceschelli [Thu, 25 Apr 2019 18:52:35 +0000 (19:52 +0100)]
Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041)

This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages.
https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg

5 years agoDelete .ist from TeX.gitignore (#3040)
Anton Sakovich [Wed, 24 Apr 2019 14:10:33 +0000 (17:10 +0300)]
Delete .ist from TeX.gitignore (#3040)

.ist files are makeindex style files, which determine how a
makeindex-generated index will look like. Therefore, they must be
included in source control.

5 years agoUpdate R.gitignore (#3034)
zy26 [Mon, 22 Apr 2019 11:56:28 +0000 (07:56 -0400)]
Update R.gitignore (#3034)

ignore knitr and R markdown default cache directories in subdirectories

5 years agogitignore for JENKINS_HOME Jenkins settings (#1763)
Sam Gleske [Sun, 7 Apr 2019 17:01:39 +0000 (13:01 -0400)]
gitignore for JENKINS_HOME Jenkins settings (#1763)

* gitignore for JENKINS_HOME Jenkins settings

This allows an admin to use git to keep a backup of Jenkins settings
without tracking binary artifacts.  Useful for preserving settings during
plugin upgrades.

Note: secret.key is purposefully not tracked by git.  This should be
backed up separately because configs may contain secrets which were
encrypted using the secret.key.

See also:

* http://jenkins-ci.org/
* https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins

* Add a few entries to Jenkins gitignore

5 years agoIgnore transpiled .java and .class files (#3016)
Kevin Jiang [Wed, 27 Mar 2019 11:31:02 +0000 (07:31 -0400)]
Ignore transpiled .java and .class files (#3016)

5 years ago[Unity] Added leading slashes to ignored directories so that valid subdirectories...
Lucas Steer [Sat, 23 Mar 2019 18:29:17 +0000 (14:29 -0400)]
[Unity] Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly (#2980)

* Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly

* Added comment to recommend .gitignore placement; added leading slash for AssetStoreTools rule

* Added a leading slash to never ignore .meta files in the root Asset folder

5 years agoUpdate OCaml.gitignore (#3010)
Aaron Zeng [Thu, 21 Mar 2019 17:10:28 +0000 (13:10 -0400)]
Update OCaml.gitignore (#3010)

5 years agoRemove wwwroot/lib exclusion for ASP.NET Core (#3009)
Jimmy Lewis [Wed, 20 Mar 2019 22:06:32 +0000 (15:06 -0700)]
Remove wwwroot/lib exclusion for ASP.NET Core (#3009)

ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path.  This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default.

This change removes the lines added by #2307.

**Reasons for making this change:**

VS default flow is now broken by excluding files required to run an ASP.NET Core project.

**Links to documentation supporting these rule changes:**

The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.

5 years agoUpdate SCons.gitignore (#3001)
prs513rosewood [Mon, 18 Mar 2019 12:14:04 +0000 (13:14 +0100)]
Update SCons.gitignore (#3001)

Added some files that SCons generates when its tries to configure libraries.

5 years agoUpdate Node.gitignore (#3002)
Nicolas Del Valle [Mon, 18 Mar 2019 12:12:18 +0000 (09:12 -0300)]
Update Node.gitignore (#3002)

5 years agoAdd more standard ignored files for Julia (#2992)
Alex Arslan [Thu, 14 Mar 2019 16:41:28 +0000 (09:41 -0700)]
Add more standard ignored files for Julia (#2992)

* Add more standard ignored files for Julia

In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level.

* Clarify the intent of each ignored item

Also add a few more build artifacts from BinaryProvider/BinDeps.

5 years agoDon't ignore tmp and log directory (#2999)
OKURA Masafumi [Thu, 14 Mar 2019 12:55:38 +0000 (21:55 +0900)]
Don't ignore tmp and log directory (#2999)

https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully.

5 years agoAdd more Windows Store app package types (#2995)
Nick [Thu, 14 Mar 2019 11:58:52 +0000 (12:58 +0100)]
Add more Windows Store app package types (#2995)

Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps.
See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages

5 years agodocs: update Terraform.gitignore (#2998)
Viet Nguyen [Thu, 14 Mar 2019 11:56:47 +0000 (07:56 -0400)]
docs: update Terraform.gitignore (#2998)

5 years agoAdd lerna-debug.log to Node.gitignore (#3000)
Hannan Ali [Thu, 14 Mar 2019 11:56:02 +0000 (16:56 +0500)]
Add lerna-debug.log to Node.gitignore (#3000)

Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered.

5 years agoIgnore files generated by luatexja-ruby (#2996)
taroxd [Wed, 13 Mar 2019 12:35:57 +0000 (20:35 +0800)]
Ignore files generated by luatexja-ruby (#2996)

5 years agoUpdate VisualStudio.gitignore file (#2975)
José Fabio Martinez Gonzalez [Mon, 11 Mar 2019 14:57:00 +0000 (15:57 +0100)]
Update VisualStudio.gitignore file (#2975)

* Update VisualStudio.gitignore file

5 years agoRemove Rider (idea) ignore statements from VS (#2991)
Coskun Sunali [Mon, 11 Mar 2019 13:07:27 +0000 (16:07 +0300)]
Remove Rider (idea) ignore statements from VS (#2991)

Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template.

5 years agoAdd ignore rules for Pipenv (#2977)
Jarry Shaw [Mon, 11 Mar 2019 12:12:02 +0000 (20:12 +0800)]
Add ignore rules for Pipenv (#2977)

* Add ignore rules for Pipenv

Pipenv uses Pipfile.lock to maintain Python package information
(metadata, hash, etc.) installed as described in Pipfile. Thus,
Pipfile.lock may vary on different operating systems, platforms
when collaborating. This PR adds Pipfile.lock into the Python
default gitignore. See http://pipenv.org

* Update Python.gitignore

Not to ignore Pipfile.lock in default, but explain
when and why it should be ignored in case of
collaboration. (adjusted according to comment
in github/gitignore#2977 by @drothmaler )

* Apply suggestions from code review

Co-Authored-By: JarryShaw <jarryshaw@icloud.com>
* Update Python.gitignore

As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`.

5 years agoUnity: ignore TextMesh Pro (#2988)
A. E. Szalo [Mon, 11 Mar 2019 12:07:13 +0000 (13:07 +0100)]
Unity: ignore TextMesh Pro (#2988)

5 years agoMove Drupal7 to correct location (#2985)
Chris Komlenic [Mon, 11 Mar 2019 12:05:49 +0000 (08:05 -0400)]
Move Drupal7 to correct location (#2985)

5 years ago[Node] Ignore diagnostic report files (#2971)
Richie Bendall [Mon, 11 Mar 2019 11:48:58 +0000 (00:48 +1300)]
[Node] Ignore diagnostic report files (#2971)

* [Node] Ignore diagnostic report files

* Add documentation URL

* Stricter regex

5 years agoIgnore Drupal test generated files (#2982)
slipo [Fri, 8 Mar 2019 13:43:28 +0000 (08:43 -0500)]
Ignore Drupal test generated files (#2982)

5 years agoAdd MAlonzo directory. (#2978)
Michael Coblenz [Fri, 8 Mar 2019 12:47:43 +0000 (07:47 -0500)]
Add MAlonzo directory. (#2978)

5 years agoAdd .phpunit.result.cache to the .gitignore (#2973)
Rohan Vakharia [Fri, 8 Mar 2019 12:43:28 +0000 (18:13 +0530)]
Add .phpunit.result.cache to the .gitignore (#2973)

5 years agoRemove extra newline (#2983)
Cemre Mengu [Fri, 8 Mar 2019 12:18:31 +0000 (15:18 +0300)]
Remove extra newline (#2983)

5 years agoMerge pull request #2974 from kaasasolut/patch-1
Brendan Forster [Mon, 25 Feb 2019 12:41:04 +0000 (08:41 -0400)]
Merge pull request #2974 from kaasasolut/patch-1

R: ignore user-specific files

5 years agoR: ignore user-specific files 2974/head
kaasasolut [Mon, 25 Feb 2019 09:17:59 +0000 (10:17 +0100)]
R: ignore user-specific files

5 years agoMerge pull request #2963 from OsirisTerje/MigrationBackup
Brendan Forster [Fri, 15 Feb 2019 14:10:19 +0000 (10:10 -0400)]
Merge pull request #2963 from OsirisTerje/MigrationBackup

Migration backup

5 years agoAdded backup folder for Package Reference Convert tool in VS 2017 2963/head
Terje Sandstrom [Wed, 13 Feb 2019 21:23:42 +0000 (22:23 +0100)]
Added backup folder for Package Reference Convert tool in VS 2017

5 years agoMerge pull request #1 from github/master
Terje Sandstrom [Wed, 13 Feb 2019 21:21:54 +0000 (22:21 +0100)]
Merge pull request #1 from github/master

Merged down master github gitignore

5 years agoMerge pull request #2957 from happydude/patch-1
Brendan Forster [Sat, 9 Feb 2019 22:04:45 +0000 (18:04 -0400)]
Merge pull request #2957 from happydude/patch-1

Update VisualStudio.gitignore

5 years agoUpdate VisualStudio.gitignore 2957/head
Jason Davis [Thu, 7 Feb 2019 23:20:14 +0000 (16:20 -0700)]
Update VisualStudio.gitignore

Ignore backup files from editing reports

5 years agoMerge pull request #2955 from martonmiklos/add_qtcreator_import_project_files
Brendan Forster [Thu, 31 Jan 2019 22:46:56 +0000 (14:46 -0800)]
Merge pull request #2955 from martonmiklos/add_qtcreator_import_project_files

Add *.creator.user* files to the Qt .gitignore

5 years agoAdd *.creator.user* files to the Qt .gitignore 2955/head
Miklós Márton [Thu, 31 Jan 2019 20:22:18 +0000 (21:22 +0100)]
Add *.creator.user* files to the Qt .gitignore

5 years agoMerge pull request #2948 from Yousha/master
Brendan Forster [Tue, 29 Jan 2019 16:10:55 +0000 (08:10 -0800)]
Merge pull request #2948 from Yousha/master

[Codesniffer] remove duplicate Composer rule

5 years agoMerge pull request #2952 from KexyBiscuit/patch-1
Brendan Forster [Tue, 29 Jan 2019 16:08:05 +0000 (08:08 -0800)]
Merge pull request #2952 from KexyBiscuit/patch-1

Remove trailing whitespace added last commit.

5 years agoRemove trailing whitespace added last commit. 2952/head
Kexy Biscuit [Tue, 29 Jan 2019 15:09:28 +0000 (23:09 +0800)]
Remove trailing whitespace added last commit.

5 years agoUpdate CodeSniffer.gitignore 2948/head
Yousha Aleayoub [Sun, 27 Jan 2019 14:03:50 +0000 (17:33 +0330)]
Update CodeSniffer.gitignore

5 years agoMerge pull request #2927 from Yousha/master
Brendan Forster [Sat, 26 Jan 2019 21:43:30 +0000 (17:43 -0400)]
Merge pull request #2927 from Yousha/master

Android.gitignore: Add build_file_checksums.ser and modules.xml files

5 years agoMerge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore
Brendan Forster [Sat, 26 Jan 2019 21:35:03 +0000 (17:35 -0400)]
Merge pull request #2936 from martonmiklos/add_compilation_db_to_qt_gitignore

Add compilation db to Qt gitignore

5 years agoMerge pull request #2944 from pappasam/Python/pip-wheel-metadata
Brendan Forster [Sat, 26 Jan 2019 21:31:23 +0000 (17:31 -0400)]
Merge pull request #2944 from pappasam/Python/pip-wheel-metadata

Add pip-wheel-metadata to Python.gitignore

5 years agoAdd pip-wheel-metadata to Python.gitignore 2944/head
Sam Roeca [Fri, 25 Jan 2019 19:23:05 +0000 (14:23 -0500)]
Add pip-wheel-metadata to Python.gitignore

PEP-517 has resulted in some updates to the Python
build process. As a result, a new directory called
pip-wheel-metadata is created on fresh builds.
This PR adds this directory into the Python default
gitignore. See
https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568

5 years agoMerge pull request #2942 from joaomlneto/patch-1
Brendan Forster [Fri, 25 Jan 2019 12:45:13 +0000 (08:45 -0400)]
Merge pull request #2942 from joaomlneto/patch-1

Ignore CMake FetchContent directory

5 years agoIgnore CMake FetchContent directory 2942/head
João Neto [Wed, 23 Jan 2019 20:11:58 +0000 (20:11 +0000)]
Ignore CMake FetchContent directory

CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`)

5 years agoMerge pull request #2939 from Flate/master
Brendan Forster [Wed, 23 Jan 2019 13:18:43 +0000 (09:18 -0400)]
Merge pull request #2939 from Flate/master

Unity: Never ignore asset meta data

5 years agoUnity: Never ignore asset meta data 2939/head
Jannes [Tue, 22 Jan 2019 19:56:13 +0000 (20:56 +0100)]
Unity: Never ignore asset meta data

5 years agoMerge pull request #2938 from locofocos/patch-1
Brendan Forster [Tue, 22 Jan 2019 19:28:29 +0000 (15:28 -0400)]
Merge pull request #2938 from locofocos/patch-1

Update Ruby.ignore to ignore .byebug_history file

5 years agoUpdate Ruby.ignore to ignore .byebug_history file 2938/head
Patrick Boatner [Tue, 22 Jan 2019 19:20:47 +0000 (13:20 -0600)]
Update Ruby.ignore to ignore .byebug_history file

The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: https://github.com/deivid-rodriguez/byebug/issues/204#issuecomment-178238302

I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45

5 years agoMerge branch 'master' of https://github.com/github/gitignore into add_compilation_db_... 2936/head
Miklos Marton [Mon, 21 Jan 2019 07:55:04 +0000 (08:55 +0100)]
Merge branch 'master' of https://github.com/github/gitignore into add_compilation_db_to_qt_gitignore

5 years agoAdded compile_commands.json to Qt.gitignore
Miklós Márton [Thu, 17 Jan 2019 16:39:58 +0000 (17:39 +0100)]
Added compile_commands.json to Qt.gitignore

QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information.

5 years agoMerge pull request #2925 from kaiyangjia/master
Brendan Forster [Wed, 9 Jan 2019 14:14:21 +0000 (10:14 -0400)]
Merge pull request #2925 from kaiyangjia/master

ignore android lint temp files.

5 years agoAdd build_file_checksums.ser and modules.xml files. 2927/head
Yousha [Tue, 8 Jan 2019 16:43:56 +0000 (20:13 +0330)]
Add build_file_checksums.ser and modules.xml files.

Signed-off-by: Yousha <Yousha.A@Hotmail.com>
5 years agoMerge pull request #2926 from github/mdbs-are-people-too
Andreia Gaita [Tue, 8 Jan 2019 15:19:14 +0000 (15:19 +0000)]
Merge pull request #2926 from github/mdbs-are-people-too

Unity: ignore mdbs, fix path to crashlytics file, make AssetStoreTools optional

5 years agoUnity: Do not blanket-ignore specific plugins, that's a user choice 2926/head
Andreia Gaita [Tue, 8 Jan 2019 15:12:43 +0000 (15:12 +0000)]
Unity: Do not blanket-ignore specific plugins, that's a user choice

Only people building Unity plugins will need to import the asset store tools plugin into their project, and it's a toss up whether they want to commit the tooling into their repo (they might or they might not want to, it highly depends on their workflow). The default .gitignore shouldn't be making this choice for these users.

5 years agoUnity: ignore mdb files and fix path to crashlytics file (it can be in other places)
Andreia Gaita [Tue, 8 Jan 2019 15:00:46 +0000 (15:00 +0000)]
Unity: ignore mdb files and fix path to crashlytics file (it can be in other places)

Unity projects targeting the 2.0/3.5 runtime or built with mono < v5.0 generate `mdb` files, not `pdb` files.

Looks like the `crashlytics-build.properties` gets around in more than just the `StreamingAssets` folder, looking at [examples around the internets](https://github.com/auth0/sharelock-android/blob/master/app/src/main/assets/crashlytics-build.properties), so it should probably just be ignored as a filename.

5 years agoadd android lint files 2925/head
jiakaiyang [Tue, 8 Jan 2019 06:53:04 +0000 (14:53 +0800)]
add android lint files

5 years agoMerge pull request #2922 from wRorsjakz/patch-1
Brendan Forster [Mon, 7 Jan 2019 13:03:52 +0000 (09:03 -0400)]
Merge pull request #2922 from wRorsjakz/patch-1

Add version control ignore

5 years agoMerge pull request #2921 from aslamanver/master
Brendan Forster [Mon, 7 Jan 2019 13:01:29 +0000 (09:01 -0400)]
Merge pull request #2921 from aslamanver/master

google-services.json

5 years agoAdd version control ignore 2922/head
Nicholas [Sat, 5 Jan 2019 09:24:13 +0000 (17:24 +0800)]
Add version control ignore

vcs.xml can be considered for gitignore as per this [stackoverflow discussion](https://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project/18454251#18454251)

5 years agogoogle-services.json 2921/head
Aslam Anver [Thu, 3 Jan 2019 08:57:44 +0000 (14:27 +0530)]
google-services.json

google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project

5 years agoMerge pull request #2918 from johnsoncodehk/patch-3
Brendan Forster [Mon, 31 Dec 2018 13:13:06 +0000 (09:13 -0400)]
Merge pull request #2918 from johnsoncodehk/patch-3

Unified base folder name format

5 years agoUnified base folder name format 2918/head
johnsoncodehk [Mon, 31 Dec 2018 09:39:27 +0000 (17:39 +0800)]
Unified base folder name format

5 years agoMerge pull request #2899 from johnsoncodehk/patch-2
Brendan Forster [Mon, 24 Dec 2018 13:38:51 +0000 (09:38 -0400)]
Merge pull request #2899 from johnsoncodehk/patch-2

[Unity] Ignore Logs/Packages-Update.log

5 years agoMerge pull request #2907 from HassanHashemi/patch-1
Brendan Forster [Wed, 19 Dec 2018 18:25:48 +0000 (14:25 -0400)]
Merge pull request #2907 from HassanHashemi/patch-1

[Visual studio] Ignore health check temp database

5 years agocleanup 2907/head
Hassan Hashemi [Wed, 19 Dec 2018 16:56:20 +0000 (08:56 -0800)]
cleanup

5 years agoMerge pull request #2913 from dangu/dev/IAR_EWARM
Brendan Forster [Wed, 19 Dec 2018 14:18:51 +0000 (10:18 -0400)]
Merge pull request #2913 from dangu/dev/IAR_EWARM

IAR_EWARM

5 years agoUpdate the rule
Hassan Hashemi [Wed, 19 Dec 2018 06:22:27 +0000 (09:52 +0330)]
Update the rule