diff options
author | Rob Austein <sra@hactrn.net> | 2015-06-11 08:38:46 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-06-11 08:38:46 -0400 |
commit | 1fd31410722c665e68832fa59bdc1a624a4f0bef (patch) | |
tree | c57312e22d94eb67f55d57a8ba82a7f5418d6177 /.gitignore |
Basic port of libtfm (Tom's Fast Math library). Will want to lock
down with checksums and specific commits later, but this should
suffice for initial testing.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1671173 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +tomsfastmath +tfm.h +libtfm.a |