3b6a5cfd75
scripts/config/.gitignore aims to avoid checking binaries in to git. Unfortunately it also omits conf.c, confdata.c, and all source files in lxdialog. An OpenWRT tree pulled from a git repository will not build, and I suspect this was not the intention. Signed-off-by: Denton Gentry <denny@geekhold.com> SVN-Revision: 27244
10 lines
73 B
Plaintext
10 lines
73 B
Plaintext
*.o
|
|
conf*
|
|
!conf*.c
|
|
!conf*.h
|
|
mconf*
|
|
!mconf*.c
|
|
!mconf*.h
|
|
mconf_check
|
|
*.*.c
|