diff mbox series

add confXXXXX-directories to gitignore

Message ID 20180926083657.18807-1-mmoese@suse.de
State Accepted
Headers show
Series add confXXXXX-directories to gitignore | expand

Commit Message

Michael Moese Sept. 26, 2018, 8:36 a.m. UTC
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(+)

Comments

Cyril Hrubis Sept. 26, 2018, 12:48 p.m. UTC | #1
Hi!
Pushed, thanks.
diff mbox series

Patch

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