[PATCH] .gitignore .dirstamp files
Project / Subsystem
binutils / binutils
Date
2026-05-18
Proposer
Richard Allen <rsaxvc@gmail.com>
Source type
public_inbox
Consensus
Proposed
Sentiment
—/10
Technical tradeoffs
- • Minor change with no significant tradeoffs.
All attributes
- project
- binutils
- subsystem
- binutils
- patch_id
- —
- discussion_id
- 20260518024527.177251-1-rsaxvc@gmail.com
- source_type
- public_inbox
- title
- [PATCH] .gitignore .dirstamp files
- headline
- Add .dirstamp to .gitignore
- tldr
- Adds the `.dirstamp` file to `.gitignore` to prevent it from being tracked in the repository.
- proposer
- Richard Allen <rsaxvc@gmail.com>
- consensus
- Proposed
- outcome
- proposed
- sentiment_score
- —
- technical_tradeoffs
-
- • Minor change with no significant tradeoffs.
- series_id
- —
- series_role
- standalone
- series_parts
- []
- tags
-
- • gitignore
- • build system
- • cleanup
- bugzilla_url
- —
- date
- 2026-05-18T00:00:00.000Z
[PATCH] .gitignore .dirstamp files
This patch adds .dirstamp to the .gitignore file in the binutils repository. This prevents the file from being inadvertently tracked by Git. This is a minor cleanup that improves the overall hygiene of the repository.