All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH quota-tools] Update the gitignore file to ignore additional generated files
@ 2016-03-29 20:47 Theodore Ts'o
  2016-03-30  7:51 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Theodore Ts'o @ 2016-03-29 20:47 UTC (permalink / raw)
  To: jack; +Cc: Linux Filesystem Development List, Theodore Ts'o

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(+)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH quota-tools] Update the gitignore file to ignore additional generated files
  2016-03-29 20:47 [PATCH quota-tools] Update the gitignore file to ignore additional generated files Theodore Ts'o
@ 2016-03-30  7:51 ` Jan Kara
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kara @ 2016-03-30  7:51 UTC (permalink / raw)
  To: Theodore Ts'o; +Cc: jack, Linux Filesystem Development List

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
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-30  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-29 20:47 [PATCH quota-tools] Update the gitignore file to ignore additional generated files Theodore Ts'o
2016-03-30  7:51 ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.