0001-Preserve-unicode-source-files-thru-git-clean-df.patch 618 B

12345678910111213141516171819202122232425
  1. From 9ac03500773a1cc69b198ce1c43770a7fc66da98 Mon Sep 17 00:00:00 2001
  2. From: Andrew Robbins <contact@andrewrobbins.info>
  3. Date: Tue, 5 Sep 2017 23:57:34 -0400
  4. Subject: [PATCH] Preserve unicode source files thru `git clean -df`
  5. UnicodeData.txt and Blocks.txt should be preserved after a
  6. `git clean -df` to avoid needless refetching of these resources.
  7. ---
  8. .gitignore | 2 ++
  9. 1 file changed, 2 insertions(+)
  10. diff --git a/.gitignore b/.gitignore
  11. index dedd2b5..841e748 100644
  12. --- a/.gitignore
  13. +++ b/.gitignore
  14. @@ -2,3 +2,5 @@ build/
  15. dist/
  16. tmp/
  17. /src/*.sfd~
  18. +resources/Blocks.txt
  19. +resources/UnicodeData.txt
  20. --
  21. 1.9.1