RFR: 8306590: Add Windows/macOS system files to .gitignore

Kevin Rushforth kcr at openjdk.org
Wed Apr 26 15:42:53 UTC 2023


On Tue, 25 Apr 2023 20:24:38 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Adding the following windows/macos system files to the root .gitignore:
> 
> # Ignore macOS files
> .DS_Store
> .DocumentRevisions-V100 // file backups
> .fseventsd/ // contains log of file events 
> .Spotlight-V100 // usb root
> .Trashes/ // usb root 
> .TemporaryItems/ 
> .VolumeIcon.icns // attached disk icon
> .com.apple.timemachine.donotpresent // time machine
> 
> # windows
> Desktop.ini // folder view options
> Thumbs.db // thumbnail cache

Looks good.

-------------

Marked as reviewed by kcr (Lead).

PR Review: https://git.openjdk.org/jfx/pull/1116#pullrequestreview-1402260224


More information about the openjfx-dev mailing list