diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | daemon/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,7 @@ libtool *.lo localconfigure ltmain.sh +m4/gnulib-cache.m4 m4/intmax.m4 m4/libtool.m4 m4/lt~obsolete.m4 diff --git a/daemon/.gitignore b/daemon/.gitignore index 837a9b14..11d8699b 100644 --- a/daemon/.gitignore +++ b/daemon/.gitignore @@ -18,6 +18,7 @@ m4/manywarnings.m4 m4/multiarch.m4 m4/onceonly.m4 m4/stdbool.m4 +m4/stddef_h.m4 m4/stdint.m4 m4/stdlib_h.m4 m4/strerror.m4 |