gitignore: Ignore GNU patch .orig and .rej backup files

This commit is contained in:
Rémi Verschelde
2025-12-17 12:54:51 +01:00
parent 5cb1ec5900
commit 776245b3e7

4
.gitignore vendored
View File

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