Просмотр исходного кода

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 лет назад
Родитель
Сommit
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