Commit Graph

3255 Commits

Author SHA1 Message Date
Brian Douglas
5253281c9f Merge pull request #3701 from JasonGross/patch-1
Update Coq.gitignore
2021-05-06 06:13:35 -07:00
Jason Gross
68f4c9a5a9 Update Coq.gitignore
Coq now uses .mlg rather than .ml4 (since https://github.com/coq/coq/pull/8763), so we have to ignore its generated dependency files.  The `native_compute_profile_*.data` files are generated by `Set NativeCompute Profiling` (see https://github.com/coq/coq/pull/950).  Finally `.coq-native` is a directory that may be generated in any subdirectory, not only at top level, so we should not use absolute paths for it.
2021-04-13 10:39:58 -04:00
Diego Herranz
218a941be9 KiCad: add *.kicad_sch-bak and *.kicad_prl (#3427)
* KiCad: add *.kicad_sch-bak

As used by the new file formats for KiCad 6.0
See https://kicad-pcb.org/blog/2020/05/Development-Highlight-New-schematic-and-symbol-library-file-formats-are-now-the-default/

* Add *.kicad_prl to KiCad.gitignore

More info: https://forum.kicad.info/t/new-project-file-format/23705
2020-07-12 12:07:13 -03:00
Michael Alexsander
f44d83083e Remove pointless blank line from the beginning of the Godot file (#3466) 2020-07-12 12:04:53 -03:00
Kevin Cochran
36ce3a894d Exclude *.tfvars files (#3452)
Co-authored-by: Kevin Cochran <kcochran@hashicorp.com>
2020-07-06 21:36:25 -03:00
Maher Zaidoune
eea28935df ignore HPROF files (#3456) 2020-07-04 13:35:59 -03:00
Michael Chirico
5cf393421d ignore *~ files in the po directory (#3453)
Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac)
2020-07-03 17:19:48 -03:00
ZhengYuan Loo
c9fab68db3 Update stale heading anchor (#3445)
Co-authored-by: ZhengYuan Loo <loozhengyuan@users.noreply.github.com>
2020-07-03 17:17:35 -03:00
Justin Gregory
6eff882467 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.
2020-07-03 17:15:33 -03:00
John Stilley
620d4878a0 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
2020-07-03 15:07:44 -03:00
Hiroto Kobayashi
18aa6d8377 Add *.aab (#3414) 2020-05-19 10:48:08 -03:00
Benjamin Buch
6935207fef ignore .xwm generated by xwatermark package in TeX (#3412) 2020-05-19 09:19:39 -03:00
Jon Layton
7293c14345 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)
2020-05-14 08:49:06 -03:00
Sascha Peilicke
07b3cd7a90 Dart: Ignore .flutter-plugins (#3398)
Generated files that appear when using 'google_fonts' or other Dart
packages designed as Flutter plugins.
2020-05-06 10:30:31 -03:00
Ted Kesgar
eee21bf0c3 Ignore Next.js next export result directory (#3387) 2020-04-29 10:45:59 -03:00
Daniel Chalmers
2a4de265d3 Add FodyWeavers.xsd to VisualStudio.gitignore (#3380) 2020-04-20 21:27:53 -03:00
Mitchell Skaggs
80587386dd Ignore Gradle subproject build dir (#3370) 2020-04-14 16:14:56 -03:00
Pradyun Gedam
14f8a8b4c5 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.
2020-04-11 18:21:33 -03:00
Jason Gross
994f99fc35 Add generated timing files to Coq.gitignore (#3367)
These generated files were added in https://github.com/coq/coq/pull/745
2020-04-07 09:53:51 -03:00
Igor Stepanov
2f75277037 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
2020-04-04 13:32:58 -03:00
Loo Zheng Yuan
8300d88565 Ignore Terraform CLI configuration files (#3359) 2020-04-04 13:32:17 -03:00
Brendan Forster
e607bdd855 Revert "[Python] adding IDE & static related stuff (#3317)" (#3363)
This reverts commit e931ef7f3e.
2020-04-04 13:30:58 -03:00
ofthelit
eefa65c924 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
2020-04-04 13:30:38 -03:00
Patrick Schratz
3df9bc0bd9 Update R.gitignore (#3354) 2020-03-28 11:47:35 -03:00
Meysam
e931ef7f3e [Python] adding IDE & static related stuff (#3317) 2020-03-13 08:53:35 -03:00
Arcadiy Ivanov
ae5431d6f0 Changes to PyBuilder 0.12+ (#3338)
PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs.
2020-03-12 15:49:35 -03:00
Miklós Márton
ef59ea57e8 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.
2020-03-12 15:47:06 -03:00
jymok12
c851a10cab update README (#3248) 2020-03-12 08:23:31 -03:00
Jeffrey Walton
811be05b83 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/.
2020-03-12 08:21:54 -03:00
Christoph Niethammer
c022baa505 Update Autotools.gitignore. (#3337)
Ignore .dirstamp files from automake used for non-existing directory dependencies.
2020-03-12 08:14:59 -03:00
Patrick Roche
0af689b988 [VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328) 2020-03-11 18:06:43 -03:00
ChiefORZ
be4f76b416 [Node] Add yarn v2 excludes (#3327) 2020-03-11 10:08:37 -03:00
JasperCiti
dc8c27c5f9 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.
2020-03-11 10:07:49 -03:00
Sam Gleske
81ebaeca41 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.
2020-03-11 10:03:44 -03:00
Elijah Shaw-Rutschman
589831e1dc 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.
2020-03-11 09:59:33 -03:00
MetaJuanito Fatas
823e38ff68 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`.

053bcf297e/doc/storage/file_system.md
2020-03-11 09:54:02 -03:00
A. Said Aslan
4d4af94e22 Update Drupal.gitignore (#3329) 2020-03-11 09:44:55 -03:00
Simon Siefke
863f9d209d update parcel cache (#3331) 2020-03-11 09:28:59 -03:00
Rohan Sakhale
9904c12244 Jigsaw (#3334) 2020-03-11 09:13:00 -03:00
Marouane Hassine
1095d93097 Update for Prestashop 1.7 (#3261) 2020-03-11 09:10:57 -03:00
mr
8918d73afe Add period. (#3336) 2020-03-11 09:09:58 -03:00
bitbonk
599646e9d0 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.
2020-02-28 08:30:29 -04:00
Bart Verhagen
d650516d96 Changed TeX to not ignore tikz files by default. (#3320) 2020-02-25 08:54:06 -04:00
Jeffrey Priebe
219b1250ba Remote typings ignore from node gitignore (#3319)
Similar to #2608, it's the defacto tsc way now for adding typings locally.
2020-02-24 13:04:31 -04:00
bakkiung
65047ae444 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
2020-02-21 06:41:41 -04:00
Juan Julián Merelo Guervós
111cf18136 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.
2020-02-19 14:10:09 -04:00
Xuan (Sean) Hu
83ff6af378 Add cover/ to Python.gitignore. (#3310) 2020-02-19 14:09:45 -04:00
Igor Strebezhev
8d88fa5215 Add snowpack dependency directory (#3315) 2020-02-19 14:08:11 -04:00
Chris Kipp
55df35ee63 add in global metals (#3296) 2020-02-10 06:34:56 -04:00
Gruber
98f28b4bc4 add alternative sftp settings file (#3006)
* add alternative sftp settings file

* update for possible multiple alt* numbered files
2020-02-10 06:21:09 -04:00