]> source.dussan.org Git - gitignore.git/log
gitignore.git
4 years agoUpdate stale heading anchor (#3445)
ZhengYuan Loo [Fri, 3 Jul 2020 20:17:35 +0000 (04:17 +0800)]
Update stale heading anchor (#3445)

Co-authored-by: ZhengYuan Loo <loozhengyuan@users.noreply.github.com>
4 years agoFix false positives on Coverage*.cs files (#3454)
Justin Gregory [Fri, 3 Jul 2020 20:15:33 +0000 (15:15 -0500)]
Fix false positives on Coverage*.cs files (#3454)

I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored.  This change fixes the incorrect use of the range operator on the Coverlet rules.

4 years agoFixing target and adding debug to Rust gitignore (#3436)
John Stilley [Fri, 3 Jul 2020 18:07:44 +0000 (14:07 -0400)]
Fixing target and adding debug to Rust gitignore (#3436)

The problem here was two fold:
1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo
2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that

4 years agoAdd *.aab (#3414)
Hiroto Kobayashi [Tue, 19 May 2020 13:48:08 +0000 (22:48 +0900)]
Add *.aab (#3414)

4 years agoignore .xwm generated by xwatermark package in TeX (#3412)
Benjamin Buch [Tue, 19 May 2020 12:19:39 +0000 (14:19 +0200)]
ignore .xwm generated by xwatermark package in TeX (#3412)

4 years agoAdd .yarn/install-state.gz to Node.gitignore (#3407)
Jon Layton [Thu, 14 May 2020 11:49:06 +0000 (07:49 -0400)]
Add .yarn/install-state.gz to Node.gitignore (#3407)

After running `yarn set version berry` and `yarn install`, the file `.yarn/install-state.gz` is created.

The documentation at https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored mentions that this file should be ignored:

> .yarn/install-state.tgz is an optimization file that you shouldn't have to ever commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces again.

The documentation has a minor error; the generated file is `.gz` instead of `.tgz` (source: https://github.com/yarnpkg/berry/pull/998/files#diff-23dd4c2e823c25186f1107e88e962032R201)

4 years agoDart: Ignore .flutter-plugins (#3398)
Sascha Peilicke [Wed, 6 May 2020 13:30:31 +0000 (15:30 +0200)]
Dart: Ignore .flutter-plugins (#3398)

Generated files that appear when using 'google_fonts' or other Dart
packages designed as Flutter plugins.

4 years agoIgnore Next.js `next export` result directory (#3387)
Ted Kesgar [Wed, 29 Apr 2020 13:45:59 +0000 (20:45 +0700)]
Ignore Next.js `next export` result directory (#3387)

4 years agoAdd FodyWeavers.xsd to VisualStudio.gitignore (#3380)
Daniel Chalmers [Tue, 21 Apr 2020 00:27:53 +0000 (19:27 -0500)]
Add FodyWeavers.xsd to VisualStudio.gitignore (#3380)

4 years agoIgnore Gradle subproject build dir (#3370)
Mitchell Skaggs [Tue, 14 Apr 2020 19:14:56 +0000 (14:14 -0500)]
Ignore Gradle subproject build dir (#3370)

4 years agoRemove pip-wheel-metadata/ from Python.gitignore (#3364)
Pradyun Gedam [Sat, 11 Apr 2020 21:21:33 +0000 (02:51 +0530)]
Remove pip-wheel-metadata/ from Python.gitignore (#3364)

pip generated this folder for a few versions, as part of it's initial
implementation of PEP 517.

pip has not generated this folder for a few versions now, so it should
be OK to remove this from the standard gitignore file.

4 years agoAdd generated timing files to Coq.gitignore (#3367)
Jason Gross [Tue, 7 Apr 2020 12:53:51 +0000 (08:53 -0400)]
Add generated timing files to Coq.gitignore (#3367)

These generated files were added in https://github.com/coq/coq/pull/745

4 years agoIgnore AWS Serverless Application Model build folder (#3357)
Igor Stepanov [Sat, 4 Apr 2020 16:32:58 +0000 (17:32 +0100)]
Ignore AWS Serverless Application Model build folder (#3357)

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html

4 years agoIgnore Terraform CLI configuration files (#3359)
Loo Zheng Yuan [Sat, 4 Apr 2020 16:32:17 +0000 (00:32 +0800)]
Ignore Terraform CLI configuration files (#3359)

4 years agoRevert "[Python] adding IDE & static related stuff (#3317)" (#3363)
Brendan Forster [Sat, 4 Apr 2020 16:30:58 +0000 (13:30 -0300)]
Revert "[Python] adding IDE & static related stuff (#3317)" (#3363)

This reverts commit e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab.

4 years agoIgnore Local History folder (#3008)
ofthelit [Sat, 4 Apr 2020 16:30:38 +0000 (18:30 +0200)]
Ignore Local History folder (#3008)

This will add support for the default location the Local History extension for Visual Studio Code uses.
See https://marketplace.visualstudio.com/items?itemName=xyz.local-history

4 years agoUpdate R.gitignore (#3354)
Patrick Schratz [Sat, 28 Mar 2020 14:47:35 +0000 (15:47 +0100)]
Update R.gitignore (#3354)

4 years ago[Python] adding IDE & static related stuff (#3317)
Meysam [Fri, 13 Mar 2020 11:53:35 +0000 (15:23 +0330)]
[Python] adding IDE & static related stuff (#3317)

4 years agoChanges to PyBuilder 0.12+ (#3338)
Arcadiy Ivanov [Thu, 12 Mar 2020 18:49:35 +0000 (14:49 -0400)]
Changes to PyBuilder 0.12+ (#3338)

PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs.

4 years agoExtend Qt.gitignore with qmlcache qrc files (#3322)
Miklós Márton [Thu, 12 Mar 2020 18:47:06 +0000 (19:47 +0100)]
Extend Qt.gitignore with qmlcache qrc files (#3322)

Projects using QML files generating a temporary qrc file if a qrc file present in the project.

4 years agoupdate README (#3248)
jymok12 [Thu, 12 Mar 2020 11:23:31 +0000 (04:23 -0700)]
update README (#3248)

4 years agoAdd Win32/ to gitginore list (#3308)
Jeffrey Walton [Thu, 12 Mar 2020 11:21:54 +0000 (07:21 -0400)]
Add Win32/ to gitginore list (#3308)

Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/.

4 years agoUpdate Autotools.gitignore. (#3337)
Christoph Niethammer [Thu, 12 Mar 2020 11:14:59 +0000 (12:14 +0100)]
Update Autotools.gitignore. (#3337)

Ignore .dirstamp files from automake used for non-existing directory dependencies.

4 years ago[VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328)
Patrick Roche [Wed, 11 Mar 2020 21:06:43 +0000 (17:06 -0400)]
[VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328)

4 years ago[Node] Add yarn v2 excludes (#3327)
ChiefORZ [Wed, 11 Mar 2020 13:08:37 +0000 (14:08 +0100)]
[Node] Add yarn v2 excludes (#3327)

4 years agoAdd Unity's Addressables and Android's temp files. (#3311)
JasperCiti [Wed, 11 Mar 2020 13:07:49 +0000 (15:07 +0200)]
Add Unity's Addressables and Android's temp files. (#3311)

* Added Addressables.

Prevent automatically generated addressable files to end up in Git.

* Update .gitignore to exclude packed Addressables and Android auto-generated files.

4 years agoImproved JENKINS_HOME example (#3332)
Sam Gleske [Wed, 11 Mar 2020 13:03:44 +0000 (09:03 -0400)]
Improved JENKINS_HOME example (#3332)

After years of use I've come up with some improvements to the
`JENKINS_HOME.gitignore` example.

- Major performance improvement: On very large Jenkins installations that
  have been running for more than one year, there tends to be many builds
  (hundreds of thousands of builds).  The `builds` directory of these
  jobs contain millions of files which would cause Git to hang for
  several minutes on simple commands like `git status` and longer for
  committing changes.  `strace` was used on Git to figure out the
  performance impact and this proposed change includes the optimization.
  I also added a clear comment explaining the line's purpose.
- There's an example for how to include Jenkins encryption keys, and
  there's a disclaimer informing the user why they shouldn't but still
  giving an example.
- Comments have been reworded and slightly reformatted to be a little
  more clear.

4 years agoIgnore Cython debug symbols (#3330)
Elijah Shaw-Rutschman [Wed, 11 Mar 2020 12:59:33 +0000 (07:59 -0500)]
Ignore Cython debug symbols (#3330)

Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore.

4 years agoAdd /public/uploads for file upload gem Shrine (#3333)
MetaJuanito Fatas [Wed, 11 Mar 2020 12:54:02 +0000 (21:54 +0900)]
Add /public/uploads for file upload gem Shrine (#3333)

When using a file upload gem called Shrine, its file system mode put images under `public/uploads`.

https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md

4 years agoUpdate Drupal.gitignore (#3329)
A. Said Aslan [Wed, 11 Mar 2020 12:44:55 +0000 (15:44 +0300)]
Update Drupal.gitignore (#3329)

4 years agoupdate parcel cache (#3331)
Simon Siefke [Wed, 11 Mar 2020 12:28:59 +0000 (13:28 +0100)]
update parcel cache (#3331)

4 years agoJigsaw (#3334)
Rohan Sakhale [Wed, 11 Mar 2020 12:13:00 +0000 (17:43 +0530)]
Jigsaw (#3334)

4 years agoUpdate for Prestashop 1.7 (#3261)
Marouane Hassine [Wed, 11 Mar 2020 12:10:57 +0000 (13:10 +0100)]
Update for Prestashop 1.7 (#3261)

4 years agoAdd period. (#3336)
mr [Wed, 11 Mar 2020 12:09:58 +0000 (21:09 +0900)]
Add period. (#3336)

4 years agoInclude Rider as a supported IDE (#3323)
bitbonk [Fri, 28 Feb 2020 12:30:29 +0000 (13:30 +0100)]
Include Rider as a supported IDE (#3323)

AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible.

4 years agoChanged TeX to not ignore tikz files by default. (#3320)
Bart Verhagen [Tue, 25 Feb 2020 12:54:06 +0000 (13:54 +0100)]
Changed TeX to not ignore tikz files by default. (#3320)

4 years agoRemote typings ignore from node gitignore (#3319)
Jeffrey Priebe [Mon, 24 Feb 2020 17:04:31 +0000 (09:04 -0800)]
Remote typings ignore from node gitignore (#3319)

Similar to #2608, it's the defacto tsc way now for adding typings locally.

4 years agoAdd ignore to umbraco folder (#3307)
bakkiung [Fri, 21 Feb 2020 10:41:41 +0000 (23:41 +1300)]
Add ignore to umbraco folder (#3307)

Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms

4 years agoChanges the name of Perl 6 to Raku (#3312)
Juan Julián Merelo Guervós [Wed, 19 Feb 2020 18:10:09 +0000 (19:10 +0100)]
Changes the name of Perl 6 to Raku (#3312)

Since October 2019, Raku is the name of the language formerly known as
Perl 6. This reflects the change. It's the same language, so changes
are mostly cosmetic.

4 years agoAdd `cover/` to Python.gitignore. (#3310)
Xuan (Sean) Hu [Wed, 19 Feb 2020 18:09:45 +0000 (02:09 +0800)]
Add `cover/` to Python.gitignore. (#3310)

4 years agoAdd snowpack dependency directory (#3315)
Igor Strebezhev [Wed, 19 Feb 2020 18:08:11 +0000 (21:08 +0300)]
Add snowpack dependency directory (#3315)

4 years agoadd in global metals (#3296)
Chris Kipp [Mon, 10 Feb 2020 10:34:56 +0000 (11:34 +0100)]
add in global metals (#3296)

4 years agoadd alternative sftp settings file (#3006)
Gruber [Mon, 10 Feb 2020 10:21:09 +0000 (10:21 +0000)]
add alternative sftp settings file (#3006)

* add alternative sftp settings file

* update for possible multiple alt* numbered files

4 years agoAdd Umbraco V8 packages folder location (#3302)
Michaël Vanbrabandt [Mon, 10 Feb 2020 10:20:24 +0000 (11:20 +0100)]
Add Umbraco V8 packages folder location (#3302)

In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/...

This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location.

4 years ago[Python] .python-version should NOT be ignored (#3274)
Santiago Basulto [Mon, 10 Feb 2020 01:25:26 +0000 (22:25 -0300)]
[Python] .python-version should NOT be ignored (#3274)

4 years agoUpdate concrete5 gitignore (#3176)
shahroq [Mon, 10 Feb 2020 00:09:03 +0000 (01:09 +0100)]
Update concrete5 gitignore (#3176)

4 years agoUpdate Unity.gitignore (#3297)
Daniel Heim [Sun, 9 Feb 2020 22:34:10 +0000 (09:34 +1100)]
Update Unity.gitignore (#3297)

Unity 2020 introduces a new "UserSettings" top-level project folder.
See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information.

4 years agoIgnore .pytype/ directory (#3301)
Brad Solomon [Sun, 9 Feb 2020 22:23:33 +0000 (17:23 -0500)]
Ignore .pytype/ directory (#3301)

pytype is a static type analyzer for Python code;
it generates files of inferred type information,
located by default in .pytype/pyi.

4 years ago[Global/Eclipse] Make .project opt-in (#3305)
Douglas Larson [Sun, 9 Feb 2020 22:20:27 +0000 (15:20 -0700)]
[Global/Eclipse] Make .project opt-in (#3305)

The project description file.

4 years agoUpdate PureScript adding .spago (#3278)
Hideaki KAWAI [Tue, 21 Jan 2020 12:57:39 +0000 (21:57 +0900)]
Update PureScript adding .spago (#3278)

4 years ago[Godot] Ignore imported translations (#3269)
Hugo Locurcio [Mon, 20 Jan 2020 21:16:11 +0000 (22:16 +0100)]
[Godot] Ignore imported translations (#3269)

The Godot editor automatically creates those binary files from
translations in CSV format. There's no need to add them to
version control.

4 years agoTeX: Ignore REVTeX generated Notes.bib files (#3286)
Henri Menke [Mon, 20 Jan 2020 20:34:00 +0000 (09:34 +1300)]
TeX: Ignore REVTeX generated Notes.bib files (#3286)

4 years agoUpdate Autotools.gitignore (#3271)
Leonardo Romor [Mon, 20 Jan 2020 20:07:50 +0000 (21:07 +0100)]
Update Autotools.gitignore (#3271)

4 years agoAdded a comment why MemoryCaptures get excluded (#3276)
FritzsHero [Mon, 20 Jan 2020 19:20:24 +0000 (20:20 +0100)]
Added a comment why MemoryCaptures get excluded (#3276)

4 years agoIgnore files inside `.vscode-test` (#3256)
Simon Siefke [Mon, 16 Dec 2019 13:17:17 +0000 (14:17 +0100)]
Ignore files inside `.vscode-test` (#3256)

* Ignore files inside `.vscode-test`

[vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension.

* Update Node.gitignore

4 years agoadded Coverlet result files as a Code Coverage Tool (#3252)
Łukasz Kurzyniec [Mon, 16 Dec 2019 13:16:35 +0000 (14:16 +0100)]
added Coverlet result files as a Code Coverage Tool (#3252)

4 years ago[Unity] Fix ignore Jetbrains plugin folder (#3266)
狂飙 [Mon, 16 Dec 2019 13:07:58 +0000 (21:07 +0800)]
[Unity] Fix ignore Jetbrains plugin folder (#3266)

Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder.

4 years agoAdded gitignore for GNOME Extension (#3268)
Pellegrino Prevete [Mon, 16 Dec 2019 13:07:49 +0000 (14:07 +0100)]
Added gitignore for GNOME Extension (#3268)

4 years agoUpdate Node.gitignore (#3264)
anishagg17 [Mon, 16 Dec 2019 13:06:40 +0000 (18:36 +0530)]
Update Node.gitignore (#3264)

4 years agoAdded jarRepositories.xml as an optional ignore (#3254)
davidkron [Fri, 6 Dec 2019 10:08:39 +0000 (11:08 +0100)]
Added jarRepositories.xml as an optional ignore (#3254)

Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle.

4 years agoAdd .env.* to optionally ignored files in Rails.gitignore. (#3065)
hshimoyama [Fri, 6 Dec 2019 10:05:44 +0000 (19:05 +0900)]
Add .env.* to optionally ignored files in Rails.gitignore. (#3065)

4 years agoModified comment on Asset meta data ignore to better explain usage. (#3249)
Drew Barnett [Wed, 27 Nov 2019 13:12:00 +0000 (05:12 -0800)]
Modified comment on Asset meta data ignore to better explain usage. (#3249)

4 years agoUpdate Coq.gitignore after coq/coq#11075 (#3247)
Jason Gross [Mon, 25 Nov 2019 20:45:55 +0000 (15:45 -0500)]
Update Coq.gitignore after coq/coq#11075 (#3247)

Add .vok files from https://github.com/coq/coq/pull/11075

4 years agowtf is a pyflow (#3242)
mrg0029 [Mon, 18 Nov 2019 13:06:05 +0000 (07:06 -0600)]
wtf is a pyflow (#3242)

4 years agoAdded aar file type to gitignore (#3233)
Michał Dobrzanski [Sun, 17 Nov 2019 18:13:08 +0000 (19:13 +0100)]
Added aar file type to gitignore (#3233)

4 years agoexclude compiler.xml and artifacts when using Gradle (#3236)
davidkron [Sun, 17 Nov 2019 18:12:38 +0000 (19:12 +0100)]
exclude compiler.xml and artifacts when using Gradle (#3236)

In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control.

4 years agoignore new directory added in Android Studio 3.5 (#3232)
Brendan Forster [Fri, 8 Nov 2019 21:32:48 +0000 (17:32 -0400)]
ignore new directory added in Android Studio 3.5 (#3232)

4 years agoIgnore the __pypackages__ folder for pyflow users. (#3205)
Omer Katz [Fri, 8 Nov 2019 21:15:10 +0000 (13:15 -0800)]
Ignore the __pypackages__ folder for pyflow users. (#3205)

See https://github.com/David-OConnor/pyflow for details.

4 years agoexclude *.tps files from TeXnicCenter (#3213)
Aikhjarto [Fri, 8 Nov 2019 21:12:40 +0000 (22:12 +0100)]
exclude *.tps files from TeXnicCenter (#3213)

TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in.

4 years agoexclude .Renviron (#3214)
raybuhr [Fri, 8 Nov 2019 21:11:59 +0000 (15:11 -0600)]
exclude .Renviron (#3214)

4 years agoUpdate Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223)
Jason Gross [Fri, 8 Nov 2019 21:08:16 +0000 (16:08 -0500)]
Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223)

4 years agoAdded celerybeat.pid (#3229)
Petronald Green [Fri, 8 Nov 2019 21:06:39 +0000 (17:06 -0400)]
Added celerybeat.pid (#3229)

4 years agoAdd crash.log to Packer.gitignore (#3230)
Sean Nixon [Fri, 8 Nov 2019 21:00:59 +0000 (15:00 -0600)]
Add crash.log to Packer.gitignore (#3230)

If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control.

4 years agoJustCode has been discontinued as the features it provided are now included in Visual...
Matthew [Thu, 7 Nov 2019 12:22:32 +0000 (04:22 -0800)]
JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227)

4 years agoUpdate Archives.gitignore (#3220)
Yousha Aleayoub [Thu, 31 Oct 2019 12:37:14 +0000 (16:07 +0330)]
Update Archives.gitignore (#3220)

4 years agoComment out / add note about conflicting gitignore lines (#3204)
Karl Horky [Thu, 24 Oct 2019 16:31:35 +0000 (18:31 +0200)]
Comment out / add note about conflicting gitignore lines (#3204)

* Remove conflicting gitignore lines, add reference

Ref (introduction of a new "public" folder in Next.js):
https://nextjs.org/blog/next-9-1#public-directory-support

* Improve solution to conflicting files

4 years agoIPython support for jupyter-notebook gitignore files (#3211)
Roman [Wed, 23 Oct 2019 11:40:55 +0000 (14:40 +0300)]
IPython support for jupyter-notebook gitignore files (#3211)

5 years agoUpdate to Global/VisualStudioCode (#3201)
Jens Kürschner [Thu, 10 Oct 2019 17:32:23 +0000 (19:32 +0200)]
Update to Global/VisualStudioCode (#3201)

Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences.

5 years agoAdd versioned so files extension to Qt.gitignore (#3186)
Miklós Márton [Wed, 9 Oct 2019 13:42:31 +0000 (15:42 +0200)]
Add versioned so files extension to Qt.gitignore (#3186)

Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git.

5 years agoAdd qmake generated prl files to Qt.gitignore (#3187)
Miklós Márton [Wed, 9 Oct 2019 13:24:27 +0000 (15:24 +0200)]
Add qmake generated prl files to Qt.gitignore (#3187)

5 years agoRuby: ignore RuboCop remote inherited config files (#3197)
Skye Shaw [Fri, 4 Oct 2019 12:19:47 +0000 (08:19 -0400)]
Ruby: ignore RuboCop remote inherited config files (#3197)

5 years agoAdd apt_generated_test/ (#3193)
Oliver Kopp [Thu, 3 Oct 2019 13:35:42 +0000 (15:35 +0200)]
Add apt_generated_test/ (#3193)

5 years agoAdded tern-port (#3195)
MCSH [Thu, 3 Oct 2019 13:32:51 +0000 (08:32 -0500)]
Added tern-port (#3195)

5 years agofeat: Add microbundle cache (#3116)
Richie Bendall [Sat, 21 Sep 2019 16:13:14 +0000 (04:13 +1200)]
feat: Add microbundle cache (#3116)

5 years agoIgnore coverage annotations reports. (#3131)
Omer Katz [Fri, 20 Sep 2019 15:59:50 +0000 (18:59 +0300)]
Ignore coverage annotations reports. (#3131)

5 years agoAdded new checksums and allows for relative directories (#3128)
Jordan Zucker [Fri, 20 Sep 2019 15:59:19 +0000 (08:59 -0700)]
Added new checksums and allows for relative directories (#3128)

5 years ago[VisualStudio] add Logs folder (#3143)
Paul Smith [Fri, 20 Sep 2019 15:58:22 +0000 (10:58 -0500)]
[VisualStudio] add Logs folder (#3143)

* Adding ignore rule for temporary office files.

* Adding Logs folder to ignore file.

* Revert "Adding ignore rule for temporary office files."

This reverts commit f6f191b12865614df05257363917b3eada058909.

5 years agoAdd generated translations to the .gitignore (#3159)
Miklós Márton [Fri, 20 Sep 2019 15:55:19 +0000 (17:55 +0200)]
Add generated translations to the .gitignore (#3159)

The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated.

5 years agoRemove `release/` from Android.gitignore (#3162)
Mohsen Mirhoseini [Fri, 20 Sep 2019 15:54:46 +0000 (17:54 +0200)]
Remove `release/` from Android.gitignore (#3162)

Having `release/` in an Android project gitignore means those apps which have different
build types files for `debug` and `release` will fall into this
and all `release` related files will be never added or will be removed from
repository at some point.

5 years agoAdd rebar3 tool files and directories (#3178)
Antoine Gagné [Mon, 16 Sep 2019 14:12:42 +0000 (10:12 -0400)]
Add rebar3 tool files and directories (#3178)

* Add rebar3 tool files and directories

* Add headers to specify tools artifacts

5 years agoIgnore GatsbyJS files (#3180)
Imed Adel [Mon, 16 Sep 2019 12:21:44 +0000 (13:21 +0100)]
Ignore GatsbyJS files (#3180)

5 years agoUpdated Nim.gitignore (#3172)
Akito13 [Tue, 10 Sep 2019 14:58:47 +0000 (16:58 +0200)]
Updated Nim.gitignore (#3172)

* added further cache directory
* added auto-generated documentation location

5 years agoUpgrate to rails 6.0.0 (#3167)
Marlon Henry Schweigert [Tue, 10 Sep 2019 14:08:25 +0000 (11:08 -0300)]
Upgrate to rails 6.0.0 (#3167)

* Upgrate to rails 6.0.0

* Simplify Rails.gitignore

5 years agoAdd OpenSSL-related file extensions (#3168)
Wes Dean [Tue, 10 Sep 2019 14:07:52 +0000 (10:07 -0400)]
Add OpenSSL-related file extensions (#3168)

There are a number of OpenSSL-related file extensions (e.g., .pem, .crt,
etc..) that contain data that are generally best not committed to
repositories.  This file contains several common file extensions that
often correlate to these types of files.

5 years agoUpdate Vim.gitignore (#3169)
Rolf Vidar Hoksaas [Tue, 10 Sep 2019 14:07:19 +0000 (16:07 +0200)]
Update Vim.gitignore (#3169)

.svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim.

5 years agoAdded Simulink cache files (#3148)
Simon Hitzenberger [Tue, 20 Aug 2019 11:49:44 +0000 (13:49 +0200)]
Added Simulink cache files (#3148)

5 years agoAdd esp-idf.gitignore (#3150)
Jamie Parkinson [Tue, 20 Aug 2019 11:49:18 +0000 (12:49 +0100)]
Add esp-idf.gitignore (#3150)

* Add esp-idf.gitignore

From https://github.com/espressif/esp-idf-template/blob/master/.gitignore

* Add header comments to esp-idf.gitignore

5 years agoAdd *.sch-bak to KiCad.gitignore (#3153)
Mara Bos [Tue, 20 Aug 2019 11:48:18 +0000 (13:48 +0200)]
Add *.sch-bak to KiCad.gitignore (#3153)

Newer versions of KiCad call the schematics backup file `.sch-bak`.

5 years agoReference why to exclude binary jar, fixes #111 (#3154)
William Entriken [Tue, 20 Aug 2019 11:47:38 +0000 (07:47 -0400)]
Reference why to exclude binary jar, fixes #111 (#3154)

5 years agoUpdate Autotools.gitignore (#3005)
Steven Lee [Wed, 7 Aug 2019 12:55:28 +0000 (22:55 +1000)]
Update Autotools.gitignore (#3005)

* Update Autotools.gitignore

Add ignore-rule for Makefiles generated by configure
(directly by config.status)

* Add some descriptive comment.

Add more descriptive comment to explain why Makefile should be ignore.