0001-Ignore-fc-lang-UnicodeData.txt-and-Blocks.txt.patch 730 B

1234567891011121314151617181920212223242526272829
  1. From b5ece2b11361fdce57cab3e0504babc0b616c396 Mon Sep 17 00:00:00 2001
  2. From: Andrew Robbins <contact@andrewrobbins.info>
  3. Date: Mon, 10 Dec 2018 23:18:26 -0500
  4. Subject: [PATCH] Ignore fc-lang, UnicodeData.txt, and Blocks.txt
  5. UnicodeData.txt and Blocks.txt should be preserved after a
  6. `git clean -df` to avoid needless refetching of these resources.
  7. Additionally, the fc-lang symlink is kept in order to avoid
  8. recreating it before each build.
  9. ---
  10. .gitignore | 3 +++
  11. 1 file changed, 3 insertions(+)
  12. diff --git a/.gitignore b/.gitignore
  13. index dedd2b5..74203a0 100644
  14. --- a/.gitignore
  15. +++ b/.gitignore
  16. @@ -2,3 +2,6 @@ build/
  17. dist/
  18. tmp/
  19. /src/*.sfd~
  20. +resources/Blocks.txt
  21. +resources/UnicodeData.txt
  22. +resources/fc-lang
  23. --
  24. 2.7.4