diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-10-06 01:05:17 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-10-06 01:05:17 -0400 |
commit | 53b7d03b39ae30bcca53dc294f213e6d455943f7 (patch) | |
tree | 4571d85012efd41efa48baef7cb9a1e041e10682 /.gitignore | |
parent | c8632ec95cc7a7209e0298aa0fbfbbbfd83bfd80 (diff) | |
download | vz-53b7d03b39ae30bcca53dc294f213e6d455943f7.tar.xz |
Add base Integrator class, and simple compilation test.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Makefile Makefile.in +# Files created by `make check' +/tests/*-test +/tests/*.log + # pkg-config files *.pc |