diff options
author | Richard Jones <rjones@redhat.com> | 2012-03-28 18:55:38 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-30 15:37:00 +0100 |
commit | 938cfcc69293cd978732f583d7afd92c4c474606 (patch) | |
tree | b8d0365b609b13ed5f61dee11f93c1659979d61e | |
parent | 5af423657707e48dbf2ce4d7002e1159d0edcba6 (diff) | |
download | libguestfs-938cfcc69293cd978732f583d7afd92c4c474606.tar.gz libguestfs-938cfcc69293cd978732f583d7afd92c4c474606.tar.xz libguestfs-938cfcc69293cd978732f583d7afd92c4c474606.zip |
m4: Update .gitignore for old Fedora.
(cherry picked from commit b169b03dd42b82218c7241f33425c27660e4bdae)
-rw-r--r-- | m4/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/.gitignore b/m4/.gitignore index dc26f558..d03bc283 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,4 +1,5 @@ /00gnulib.m4 +/accept4.m4 /alloca.m4 /argmatch.m4 /arpa_inet_h.m4 @@ -26,6 +27,7 @@ /double-slash-root.m4 /d-type.m4 /dup2.m4 +/dup3.m4 /dup.m4 /eealloc.m4 /environ.m4 |