diff options
author | Swift Geek <swiftgeek@gmail.com> | 2018-12-11 05:28:46 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2018-12-11 05:28:46 +0000 |
commit | bb0f6407099e5aa177fe7fd5427d3bc98a59e240 (patch) | |
tree | c6397674f08fb811339a6c124f09f46081244cfa /projects/dejavu-fonts/patches/0001-Preserve-unicode-source-files-thru-git-clean-df.patch | |
parent | fa3acdebea3a17f4be0dfb0503939735cd0401b2 (diff) | |
parent | e47add02756c58af18117fed9c76ea5a298f4a3b (diff) | |
download | librebootfr-bb0f6407099e5aa177fe7fd5427d3bc98a59e240.tar.gz librebootfr-bb0f6407099e5aa177fe7fd5427d3bc98a59e240.zip |
Merge branch 'dejavu' of and_who/libreboot into master
Diffstat (limited to 'projects/dejavu-fonts/patches/0001-Preserve-unicode-source-files-thru-git-clean-df.patch')
-rw-r--r-- | projects/dejavu-fonts/patches/0001-Preserve-unicode-source-files-thru-git-clean-df.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/projects/dejavu-fonts/patches/0001-Preserve-unicode-source-files-thru-git-clean-df.patch b/projects/dejavu-fonts/patches/0001-Preserve-unicode-source-files-thru-git-clean-df.patch deleted file mode 100644 index 52798b1e..00000000 --- a/projects/dejavu-fonts/patches/0001-Preserve-unicode-source-files-thru-git-clean-df.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 9ac03500773a1cc69b198ce1c43770a7fc66da98 Mon Sep 17 00:00:00 2001 -From: Andrew Robbins <contact@andrewrobbins.info> -Date: Tue, 5 Sep 2017 23:57:34 -0400 -Subject: [PATCH] Preserve unicode source files thru `git clean -df` - -UnicodeData.txt and Blocks.txt should be preserved after a -`git clean -df` to avoid needless refetching of these resources. ---- - .gitignore | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/.gitignore b/.gitignore -index dedd2b5..841e748 100644 ---- a/.gitignore -+++ b/.gitignore -@@ -2,3 +2,5 @@ build/ - dist/ - tmp/ - /src/*.sfd~ -+resources/Blocks.txt -+resources/UnicodeData.txt --- -1.9.1 - |