diff options
author | Eric Blake <ebb9@byu.net> | 2009-09-15 15:56:39 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-09-15 21:46:50 -0600 |
commit | b362649a288ba02eb66811ce42b2ed02eb0f672a (patch) | |
tree | 81f44d1042e996e667d6c9d11ad39cb553db1508 /.gitignore | |
parent | f32c9d0ea73465c6855a08d1ead5997f7af0503a (diff) | |
download | gnulib-b362649a288ba02eb66811ce42b2ed02eb0f672a.tar.gz |
maint: ignore gnulib-tool temp files
* .gitignore: Ignore files created during gnulib-tool --test.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c360325340..b95fb408d5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ *~ .#* \#*# +allsnippets.tmp +amsnippet.tmp testdir* |