Template
SHA256
16
2

.gitiginore #1

Open
opened 2025-07-01 09:25:28 +02:00 by mcepl · 2 comments

I don't think the one included here is right. I have in my mine:

.osc
_scmsync.obsinfo
.assets/
_buildconfig-*
_buildinfo-*.xml

Particularly, I don’t see the point of *.osc (notice the star in the beginning), and _build.* (notice again the dot).

I don't think the one included here is right. I have in my mine: ``` .osc _scmsync.obsinfo .assets/ _buildconfig-* _buildinfo-*.xml ``` Particularly, I don’t see the point of `*.osc` (notice the star in the beginning), and `_build.*` (notice again the dot).
Owner

These are currently files which get generated when you use osc, obs-scm-bridge or pbuild for local operations. But these should never be part of the package source, since they depend on project or user account settings.

These are currently files which get generated when you use osc, obs-scm-bridge or pbuild for local operations. But these should never be part of the package source, since they depend on project or user account settings.
Owner

This list is maintained here: https://src.opensuse.org/openSUSE/obs-git-init , so issues create there would be a good place for discussion.

This list is maintained here: https://src.opensuse.org/openSUSE/obs-git-init , so issues create there would be a good place for discussion.
Sign in to join this conversation.