aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/config/lxdialog
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-06-20 10:41:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-06-20 10:41:02 +0000
commit11dcad28346b7df7c2caedd65bbd855589dce03a (patch)
tree7832cbece9c307944249b8321dcad8ffe2280419 /scripts/config/lxdialog
parent6cb3195b40c3904d8aa67802e37768b21164b6ab (diff)
downloadupstream-11dcad28346b7df7c2caedd65bbd855589dce03a.tar.gz
upstream-11dcad28346b7df7c2caedd65bbd855589dce03a.tar.bz2
upstream-11dcad28346b7df7c2caedd65bbd855589dce03a.zip
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
Diffstat (limited to 'scripts/config/lxdialog')
-rw-r--r--scripts/config/lxdialog/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/config/lxdialog/.gitignore b/scripts/config/lxdialog/.gitignore
new file mode 100644
index 0000000000..405824dbd7
--- /dev/null
+++ b/scripts/config/lxdialog/.gitignore
@@ -0,0 +1,2 @@
+lxdialog
+*.o