diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-08-03 17:14:55 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-08-03 17:32:53 +1000 |
| commit | c41c1edf3b196c4b36fa4ab2fb205cc002f2546d (patch) | |
| tree | cb856dd1af4ecd0b1061524a7efa0f8f1360463e | |
| parent | 055e25acbe9fd48e0791c6a97db27a19b4f36b45 (diff) | |
| download | rust-c41c1edf3b196c4b36fa4ab2fb205cc002f2546d.tar.gz rust-c41c1edf3b196c4b36fa4ab2fb205cc002f2546d.zip | |
gitignore: Add the autogenerated/downloaded unicode data files.
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1d6ee9e3614..5d5da135a82 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,12 @@ /nd/ /rt/ /rustllvm/ +/src/libunicode/DerivedCoreProperties.txt +/src/libunicode/EastAsianWidth.txt +/src/libunicode/HangulSyllableType.txt +/src/libunicode/PropList.txt +/src/libunicode/Scripts.txt +/src/libunicode/UnicodeData.txt /stage0/ /stage1/ /stage2/ |
