linux-fsdevel.vger.kernel.org archive mirror
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).