Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit f67d1df

Browse files
author
Damien Lespiau
committed
gitignore: Ignore /config.*
I have one of the autoconf generated files not being ignored, config.h.in~, it's usual to igore /config.* in one go. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
1 parent 6e1379b commit f67d1df

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ cscope.po.out
2828
stamp-h
2929
stamp-h.in
3030
stamp-h1
31-
/config.h
32-
/config.h.in
33-
/config.log
34-
/config.status
31+
/config.*
3532
/configure
3633
/aclocal.m4
3734
/autoscan.log

0 commit comments

Comments
 (0)