From: Andreas Dilger <adilger@whamcloud.com>
To: tytso@mit.edu
Cc: linux-ext4@vger.kernel.org,
Andreas Dilger <adilger@whamcloud.com>,
Andreas Dilger <adilger@dilger.ca>
Subject: [PATCH] build: add generated files to .gitignore
Date: Thu, 5 Jul 2012 19:44:51 -0600 [thread overview]
Message-ID: <1341539091-97716-1-git-send-email-adilger@whamcloud.com> (raw)
Add a batch of files/wildcards to the list of ignored files, so
that "git status" does not show so many files that should be ignored.
The "*.dSYM" directories are generated during building on MacOS.
Signed-off-by: Andreas Dilger <adilger@dilger.ca>
---
.gitignore | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 588c9e7..328df77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,12 +5,16 @@ build.static
FILES
^core
*~
-.pc
patches
Makefile
+*.bak
+*.dSYM
*.o
*.orig
+*.pc
+*.rej
*.swp
+00[0-9][1-9]*.patch
MCONFIG
asm_types.h
config.log
@@ -53,6 +57,7 @@ lib/blkid/subdirs
lib/blkid/test_probe
lib/blkid/tests/*.ok
lib/blkid/tests/*.out
+lib/blkid/tests/tmp
lib/blkid/tst_cache
lib/blkid/tst_dev
lib/blkid/tst_devname
@@ -64,6 +69,8 @@ lib/blkid/tst_resolve
lib/blkid/tst_save
lib/blkid/tst_tag
lib/blkid/tst_types
+lib/config.h
+lib/dirpaths.h
lib/e2p/e2p.pc
lib/e2p/libe2p.a
lib/e2p/subdirs
@@ -73,17 +80,25 @@ lib/et/com_err.pc
lib/et/compile_et
lib/et/libcom_err.a
lib/et/subdirs
+lib/ext2fs/crc32c_table.h
lib/ext2fs/ext2_err.c
lib/ext2fs/ext2_err.et
lib/ext2fs/ext2_err.h
lib/ext2fs/ext2_types.h
lib/ext2fs/ext2fs.pc
+lib/ext2fs/gen_crc32ctable
lib/ext2fs/libext2fs.a
lib/ext2fs/subdirs
lib/ext2fs/tst_badblocks
+lib/ext2fs/tst_bitmaps
+lib/ext2fs/tst_bitmaps_cmd.c
+lib/ext2fs/tst_bitmaps_out
lib/ext2fs/tst_bitops
lib/ext2fs/tst_csum
+lib/ext2fs/tst_crc32c
lib/ext2fs/tst_icount
+lib/ext2fs/tst_inline
+lib/ext2fs/tst_inode_size
lib/ext2fs/tst_iscan
lib/ext2fs/tst_super_size
lib/ext2fs/tst_types
@@ -91,8 +106,11 @@ lib/libblkid.a
lib/libcom_err.a
lib/libe2p.a
lib/libext2fs.a
+lib/libquota.a
lib/libss.a
lib/libuuid.a
+lib/quota/libquota.a
+lib/quota/subdirs
lib/ss/libss.a
lib/ss/mk_cmds
lib/ss/ss.pc
@@ -153,10 +171,12 @@ misc/lsattr.1
misc/mke2fs
misc/mke2fs.8
misc/mke2fs.conf.5
+misc/mke2fs.conf
misc/mklost+found
misc/mklost+found.8
misc/prof_err.c
misc/prof_err.h
+misc/profile.h
misc/tune2fs
misc/tune2fs.8
misc/uuidd
--
1.7.11.1
next reply other threads:[~2012-07-06 1:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-06 1:44 Andreas Dilger [this message]
2012-07-14 23:44 ` [PATCH] build: add generated files to .gitignore Theodore Ts'o
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1341539091-97716-1-git-send-email-adilger@whamcloud.com \
--to=adilger@whamcloud.com \
--cc=adilger@dilger.ca \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).