From 1ed7ae3ddb23ad5e4a2f174226786a2939aba709 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 29 Mar 2016 16:47:05 -0400 Subject: Update the gitignore file to ignore additional generated files Ignore the files generated by libtool, gettext, and rpcgen Signed-off-by: Theodore Ts'o Signed-off-by: Jan Kara --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 961387a..de81510 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ missing *~ *.swp *.bak +.*.d config.h config.h.in config.log @@ -31,6 +32,8 @@ rquota.h rquota_clnt.c convertquota edquota +po/*.mo +rquota_xdr.c quot quota quotacheck -- cgit v1.2.3