diff options
author | Richard Jones <rjones@redhat.com> | 2012-03-28 18:55:38 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2012-03-28 18:55:38 +0100 |
commit | b169b03dd42b82218c7241f33425c27660e4bdae (patch) | |
tree | 43f0d8ce6baf8c85a539a8c88a27ee3725ae8a04 | |
parent | 8111b108d224dda868f257ac0ef23838991b3594 (diff) | |
download | libguestfs-b169b03dd42b82218c7241f33425c27660e4bdae.tar.gz libguestfs-b169b03dd42b82218c7241f33425c27660e4bdae.tar.xz libguestfs-b169b03dd42b82218c7241f33425c27660e4bdae.zip |
m4: Update .gitignore for old Fedora.
-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 |