* [LTP] [PATCH] add confXXXXX-directories to gitignore
@ 2018-09-26 8:36 Michael Moese
2018-09-26 12:48 ` Cyril Hrubis
0 siblings, 1 reply; 2+ messages in thread
From: Michael Moese @ 2018-09-26 8:36 UTC (permalink / raw)
To: ltp
When running the configure-script, a directory called confXXXXX is left
int the treee, always resulting in dirty working tree.
Adding this to .gitignore will get rid of these untracked files.
Signed-off-by: Michael Moese <mmoese@suse.de>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index b838efd59..903d616b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@ autom4te.cache
/config.mk
/config.status
/config.sub
+/conf*/
/install-sh
/missing
/include/config.h
--
2.19.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-09-26 12:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-26 8:36 [LTP] [PATCH] add confXXXXX-directories to gitignore Michael Moese
2018-09-26 12:48 ` Cyril Hrubis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox