diff options
author | Akshay <[email protected]> | 2020-04-13 11:16:37 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-04-13 11:16:37 +0100 |
commit | 2e34eef316cff2211ef2a731237a02797f94f693 (patch) | |
tree | 5fda779df7b93a091c6b35f896b1093c2c72b58e /.gitignore | |
parent | 1ef481475c944bfeff596bbb7fff45c4813044c6 (diff) |
stop tracking font files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1 +1,7 @@ | |||
1 | tests.rs | 1 | # build dir |
2 | build/ | ||
3 | |||
4 | # stray font files | ||
5 | *.otb | ||
6 | *.bdf | ||
7 | *.ttf | ||