Patches for v97 Add uazo's patch to build with use_sysroot=false Start using new SystemWebView package name Cleanup metrics patches and add a few more patches from Vanadium Enable use_cfi_cast
23 lines
363 B
Diff
23 lines
363 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
|
|
|
|
---
|
|
.gitignore | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -4,7 +4,7 @@
|
|
*.mk
|
|
*.ncb
|
|
*.opensdf
|
|
-*.orig
|
|
+# *.orig
|
|
*.pdb
|
|
*.props
|
|
*.pyc
|
|
--
|
|
2.25.1
|