diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 11:06:04 -0400 | 
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 11:06:04 -0400 | 
| commit | 9d37149a8b21e4566cca0c844d25a80769dbd302 (patch) | |
| tree | ce1128a9020335884c2700eea5d502e69f47bf77 /.gitignore | |
| parent | 11f22e6f7d4f331772e7999a14bb7ade23028f19 (diff) | |
| parent | a7290bf6598b103a0fcdb5ce25182e83c00e881b (diff) | |
Merge branch 'prsolucoes-master'
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 | 
1 files changed, 9 insertions, 8 deletions
| @@ -1,15 +1,16 @@ -makefont/makefont -pdf/*.pdf +*.0 +coverage +font/CalligrapherRegular.json +font/CalligrapherRegular.z +font/Ubuntu-* +internal/files/bin/bin  look +makefont/makefont  open +**/*.out +pdf/*.pdf  pdf.txt  private  *.sublime* -font/Ubuntu-* -*.0  *.swp -**/*.out  **/*.test -font/CalligrapherRegular.json -font/CalligrapherRegular.z -coverage | 
