scripts/config/.gitignore omits source files 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
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 13 years ago
parent 6cb3195b40
commit 11dcad2834

@ -1,6 +1,9 @@
*.o
lxdialog
conf*
!conf*.c
!conf*.h
mconf*
!mconf*.c
!mconf*.h
mconf_check
*.*.c

@ -0,0 +1,2 @@
lxdialog
*.o
Loading…
Cancel
Save