1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:29:50 +03:00

[PATCH] 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>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27244 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-06-20 10:41:02 +00:00
parent d60ce1b40f
commit 12de8ef256
2 changed files with 6 additions and 1 deletions

View File

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

2
scripts/config/lxdialog/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
lxdialog
*.o