Merge pull request #114105 from akien-mga/gitignore-patch-orig-rej

gitignore: Ignore GNU `patch` .orig and .rej backup files
This commit is contained in:
Rémi Verschelde 2025-12-17 13:58:58 +01:00
commit 24333c4e3d
No known key found for this signature in database
GPG key ID: C3336907360768E1

4
.gitignore vendored
View file

@ -155,6 +155,10 @@ cppcheck-cppcheck-build-dir/
*.geany
.geanyprj
# GNU patch
*.orig
*.rej
# Gprof
gmon.out