[LTP] [PATCH] add confXXXXX-directories to gitignore

Michael Moese mmoese@suse.de
Wed Sep 26 10:36:57 CEST 2018


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



More information about the ltp mailing list