diff options
author | Peter Carbonetto | 2017-05-28 10:49:45 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-05-28 10:49:45 -0500 |
commit | 7c5767db7138c2ced3715d5504c050650b8f3544 (patch) | |
tree | a20a8417e78505c5c7ab7119dd1c9d81f0671666 /.gitignore | |
parent | 338bf7b7db8805515597d9e2d4b5dcbe2e40dfd1 (diff) | |
download | pangemma-7c5767db7138c2ced3715d5504c050650b8f3544.tar.gz |
Fixed d2f.sh; created new Makefile for single-precision floats.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ *.o *.tar.gz +src/*_float.h +src/*_float.cpp example/output doc/manual.aux doc/manual.bbl |