]> source.dussan.org Git - gitignore.git/log
gitignore.git
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.

5 years agoImproving the documentation of Objective-C and Swift files (#3133)
Antoine Cœur [Wed, 7 Aug 2019 12:23:05 +0000 (20:23 +0800)]
Improving the documentation of Objective-C and Swift files (#3133)

5 years agoIgnore gummi previews (#3144)
qogn9daohs1 [Wed, 7 Aug 2019 12:09:56 +0000 (14:09 +0200)]
Ignore gummi previews (#3144)

5 years agoSwift: ignore .swiftpm (#3083)
Max Cobb [Wed, 7 Aug 2019 12:08:55 +0000 (13:08 +0100)]
Swift: ignore .swiftpm (#3083)

* added files to be ignored with swift package manager

* added comment for swiftpm and why it might want to be included in .gitignore

5 years agoUpdate Godot.gitignore (#3142)
NeverMine17 [Wed, 7 Aug 2019 11:41:57 +0000 (14:41 +0300)]
Update Godot.gitignore (#3142)

5 years agoRevert of #2988. TextMesh Pro files are not auto managed (#3134)
Joshua Jones [Wed, 24 Jul 2019 13:03:41 +0000 (23:03 +1000)]
Revert of #2988. TextMesh Pro files are not auto managed (#3134)

Unlike other packages, TextMesh Pro is not entirely managed by Unity's new Package Manager, and still imports some assets directly into the project.

5 years agoPartial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132)
Antoine Cœur [Tue, 23 Jul 2019 12:14:41 +0000 (20:14 +0800)]
Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132)

5 years agoAdded more glossaries auxiliary files and makeindex logs to TeX template (#3104)
Vanya Kapitonov [Mon, 22 Jul 2019 17:55:00 +0000 (03:55 +1000)]
Added more glossaries auxiliary files and makeindex logs to TeX template (#3104)

5 years ago.travis.yml: Trim trailing whitespace and indent (#3118)
John Vandenberg [Sun, 21 Jul 2019 13:48:12 +0000 (20:48 +0700)]
.travis.yml: Trim trailing whitespace and indent (#3118)

5 years agoAdd *.hie to Haskell.gitignore (#3120)
John Karahalis [Sun, 21 Jul 2019 13:47:04 +0000 (09:47 -0400)]
Add *.hie to Haskell.gitignore (#3120)

This new file type can be generated by GHC 8.8.

https://www.haskell.org/ghc/blog/20190626-HIEFiles.html

5 years agoIgnore the .ionide working folder (#3108)
steveh-ivendi [Sun, 21 Jul 2019 13:45:57 +0000 (14:45 +0100)]
Ignore the .ionide working folder (#3108)

If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#.

5 years agoUpdate Laravel.gitignore (#3098) 3113/head
Alexey [Thu, 27 Jun 2019 15:49:08 +0000 (19:49 +0400)]
Update Laravel.gitignore (#3098)

5 years agoIgnore *.xyd outline files generated by xy LaTeX package (#3088)
Ryan Kavanagh [Sun, 23 Jun 2019 13:15:37 +0000 (09:15 -0400)]
Ignore *.xyd outline files generated by xy LaTeX package (#3088)

The xy package generates *.xyd files whenever the commands

    \MakeOutlines
    \OnlyOutlines
    \ShowOutlines
    \NoOutlines

are present in the LaTeX source. These automatically-generated files
contain the dimensions of figures typeset with xy and are recreated as
needed. This is documented on pp. 15f. of the XY-pic Reference Manual
(1999/02/16).

As automatically-generated, temporary files, they should be ignored.

5 years agoUpdating Joomla.gitignore to Joomla! 3.9.8 (#3090)
Charlotte Townley [Sun, 23 Jun 2019 13:13:21 +0000 (14:13 +0100)]
Updating Joomla.gitignore to Joomla! 3.9.8 (#3090)

also, re-ordered some elements to ensure the gitignore is in directory/file and lexicographic order

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.