diff mbox

[quota-tools] Update the gitignore file to ignore additional generated files

Message ID 1459284425-25425-1-git-send-email-tytso@mit.edu (mailing list archive)
State New, archived
Headers show

Commit Message

Theodore Ts'o March 29, 2016, 8:47 p.m. UTC
Ignore the files generated by libtool, gettext, and rpcgen

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jan Kara March 30, 2016, 7:51 a.m. UTC | #1
On Tue 29-03-16 16:47:05, Ted Tso wrote:
> Ignore the files generated by libtool, gettext, and rpcgen

Thanks! I've merged the patch.

								Honza
> 
> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> ---
>  .gitignore | 3 +++
>  1 file changed, 3 insertions(+)
> 
> 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
> -- 
> 2.5.0
>
diff mbox

Patch

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