瀏覽代碼

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 <[email protected]>

SVN-Revision: 27244
Jo-Philipp Wich 14 年之前
父節點
當前提交
11dcad2834
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 4 1
      scripts/config/.gitignore
  2. 2 0
      scripts/config/lxdialog/.gitignore

+ 4 - 1
scripts/config/.gitignore

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

+ 2 - 0
scripts/config/lxdialog/.gitignore

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