diff options
author | Tavian Barnes <tavianator@gmail.com> | 2012-05-31 15:32:19 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2012-05-31 15:32:39 -0400 |
commit | db3b3ce81f03eafb626455f60ca1d2cf2f4a1176 (patch) | |
tree | 295df0c8d72a35914cb4d0dd45722d0d68ef92bc /.gitignore | |
parent | 1d2bcd60d3e0cb8649ba5d2ae8672457849656ce (diff) | |
download | vz-db3b3ce81f03eafb626455f60ca1d2cf2f4a1176.tar.xz |
Fix compatibility with new GCCs.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,7 @@ /ltmain.sh /m4 /missing +/test-driver /ylwrap Makefile Makefile.in @@ -17,6 +18,7 @@ Makefile.in # Files created by `make check' /tests/*-test /tests/*.log +/tests/*.trs # pkg-config files *.pc |