Files
cromite/build/patches/do-not-hide-.orig-files.patch
2026-02-01 15:18:16 +01:00

23 lines
428 B
Diff

From: csagan5 <32685696+csagan5@users.noreply.github.com>
Date: Mon, 21 Jan 2019 09:17:05 +0100
Subject: do not hide .orig files
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@
*.mk
*.ncb
*.opensdf
-*.orig
+# *.orig
*.pdb
*.profraw
*.props
--