* [PATCH] btrfs-progs: update more items to .gitignore
@ 2023-07-25 8:45 Anand Jain
2023-07-27 16:45 ` David Sterba
0 siblings, 1 reply; 2+ messages in thread
From: Anand Jain @ 2023-07-25 8:45 UTC (permalink / raw)
To: linux-btrfs
We still have some files after cleanup that Git identifies. Add them to
the .gitignore to ignore them.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
.gitignore | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.gitignore b/.gitignore
index 38290256545e..aa78b405394c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,6 +38,7 @@
/libbtrfsutil/libbtrfsutil.pc
+/fsstress
/fssum
/testsuite-id
/tests/*-tests-results.txt
@@ -57,6 +58,9 @@
/include/config.h
/include/config.h.in
/include/config.h.in~
+/config/config.guess
+/config/config.sub
+/config/install-sh
/config.log
/config.status
/configure
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] btrfs-progs: update more items to .gitignore
2023-07-25 8:45 [PATCH] btrfs-progs: update more items to .gitignore Anand Jain
@ 2023-07-27 16:45 ` David Sterba
0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2023-07-27 16:45 UTC (permalink / raw)
To: Anand Jain; +Cc: linux-btrfs
On Tue, Jul 25, 2023 at 04:45:55PM +0800, Anand Jain wrote:
> We still have some files after cleanup that Git identifies. Add them to
> the .gitignore to ignore them.
>
> Signed-off-by: Anand Jain <anand.jain@oracle.com>
Added to devel, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-27 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 8:45 [PATCH] btrfs-progs: update more items to .gitignore Anand Jain
2023-07-27 16:45 ` David Sterba
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).