summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-04 15:39:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-04 15:39:50 -0600
commitecdbd6a8632b17a25f1fa879252915176b3c830d (patch)
tree3345b73c078cba7e252ff73b3562167fcc286365
parentdf0e72bd666d8fb88555eefaa4a9fa71a1a35c8f (diff)
downloadpx4-nuttx-ecdbd6a8632b17a25f1fa879252915176b3c830d.tar.gz
px4-nuttx-ecdbd6a8632b17a25f1fa879252915176b3c830d.tar.bz2
px4-nuttx-ecdbd6a8632b17a25f1fa879252915176b3c830d.zip
Mostly updates and corrections to .gitignore files
-rw-r--r--.gitignore13
-rw-r--r--apps/.gitignore13
-rw-r--r--apps/builtin/.gitignore15
-rw-r--r--apps/include/.gitignore3
-rw-r--r--apps/interpreters/.gitignore3
-rw-r--r--apps/modbus/.gitignore6
-rw-r--r--apps/netutils/.gitignore18
-rw-r--r--apps/nshlib/.gitignore9
-rw-r--r--misc/buildroot/.gitignore12
-rw-r--r--misc/buildroot/package/gnuconfig/.gitignore7
-rw-r--r--misc/pascal/.gitignore11
-rw-r--r--nuttx/.gitignore36
-rw-r--r--nuttx/arch/arm/src/Makefile2
-rw-r--r--nuttx/binfmt/.gitignore7
-rw-r--r--nuttx/drivers/.gitignore7
-rw-r--r--nuttx/graphics/.gitignore5
-rw-r--r--nuttx/graphics/nxglib/.gitignore16
-rw-r--r--nuttx/include/.gitignore20
-rw-r--r--nuttx/include/nuttx/.gitignore6
-rw-r--r--nuttx/lib/.gitignore4
-rw-r--r--nuttx/libc/.gitignore7
-rw-r--r--nuttx/libxx/.gitignore21
-rw-r--r--nuttx/mm/.gitignore21
-rw-r--r--nuttx/net/.gitignore21
-rw-r--r--nuttx/sched/.gitignore21
-rw-r--r--nuttx/syscall/.gitignore7
-rw-r--r--nuttx/syscall/proxies/.gitignore4
-rw-r--r--nuttx/syscall/stubs/.gitignore4
-rw-r--r--nuttx/tools/.gitignore18
-rw-r--r--nuttx/tools/pic32mx/.gitignore6
30 files changed, 152 insertions, 191 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..b299f1469
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+.depend
+Make.dep
+*.o
+*.a
+*.d
+*.i
+*~
+.swp
+.*.swp
+core
+.gdbinit
+cscope.out
+
diff --git a/apps/.gitignore b/apps/.gitignore
index 59a497ea2..53befbf70 100644
--- a/apps/.gitignore
+++ b/apps/.gitignore
@@ -1,8 +1,5 @@
-external
-.context
-.config
-.depend
-*.lib
-
-
-
+/external
+/.context
+/.config
+/.depend
+/*.lib
diff --git a/apps/builtin/.gitignore b/apps/builtin/.gitignore
index d3d7ceb0e..09e35ffb1 100644
--- a/apps/builtin/.gitignore
+++ b/apps/builtin/.gitignore
@@ -1,14 +1,11 @@
-.context
-.depend
-.built
-Make.dep
-builtin_list.h
-builtin_proto.h
+/.context
+/.depend
+/.built
+/Make.dep
+/builtin_list.h
+/builtin_proto.h
*.src
*.obj
*.lst
*.asm
*.sym
-
-
-
diff --git a/apps/include/.gitignore b/apps/include/.gitignore
index f816c0c88..bee9a7372 100644
--- a/apps/include/.gitignore
+++ b/apps/include/.gitignore
@@ -1,2 +1 @@
-pcode
-
+/pcode
diff --git a/apps/interpreters/.gitignore b/apps/interpreters/.gitignore
index f816c0c88..bee9a7372 100644
--- a/apps/interpreters/.gitignore
+++ b/apps/interpreters/.gitignore
@@ -1,2 +1 @@
-pcode
-
+/pcode
diff --git a/apps/modbus/.gitignore b/apps/modbus/.gitignore
index bfe387f22..9cd322423 100644
--- a/apps/modbus/.gitignore
+++ b/apps/modbus/.gitignore
@@ -1,6 +1,6 @@
-.built
-.depend
-Make.dep
+/.built
+/.depend
+/Make.dep
*.src
*.obj
*.lst
diff --git a/apps/netutils/.gitignore b/apps/netutils/.gitignore
index 745a3f9cc..123ef2355 100644
--- a/apps/netutils/.gitignore
+++ b/apps/netutils/.gitignore
@@ -1,12 +1,11 @@
-Make.dep
-Make.str
-.depend
-.strings
-http_*.c
-smtp_*.c
-netutil-strings.h
-makestrings
-*.swp
+/Make.dep
+/Make.str
+/.depend
+/.strings
+/http_*.c
+/smtp_*.c
+/netutil-strings.h
+/makestrings
*.asm
*.rel
*.lst
@@ -14,4 +13,3 @@ makestrings
*.adb
*.lib
*.src
-
diff --git a/apps/nshlib/.gitignore b/apps/nshlib/.gitignore
index 8c983c76a..e629deaf0 100644
--- a/apps/nshlib/.gitignore
+++ b/apps/nshlib/.gitignore
@@ -1,9 +1,6 @@
-.built
-.depend
-Make.dep
+/.built
+/.depend
+/Make.dep
*.src
*.obj
*.lst
-
-
-
diff --git a/misc/buildroot/.gitignore b/misc/buildroot/.gitignore
index 5605c511b..dd274c1c8 100644
--- a/misc/buildroot/.gitignore
+++ b/misc/buildroot/.gitignore
@@ -1,7 +1,5 @@
-.config
-.config.cmd
-.config.old
-build_*
-toolchain_build_*
-
-
+/.config
+/.config.cmd
+/.config.old
+/build_*
+/toolchain_build_*
diff --git a/misc/buildroot/package/gnuconfig/.gitignore b/misc/buildroot/package/gnuconfig/.gitignore
index 76b47a932..65cd9e8ea 100644
--- a/misc/buildroot/package/gnuconfig/.gitignore
+++ b/misc/buildroot/package/gnuconfig/.gitignore
@@ -1,4 +1,3 @@
-./README.buildroot
-./gnuconfig.mk
-./patches
-
+/README.buildroot
+/gnuconfig.mk
+/patches
diff --git a/misc/pascal/.gitignore b/misc/pascal/.gitignore
index 3f39d1900..ad0b1a1b7 100644
--- a/misc/pascal/.gitignore
+++ b/misc/pascal/.gitignore
@@ -1,6 +1,5 @@
-.config
-Make.config
-lib
-bin16
-bin32
-
+/.config
+/Make.config
+/lib
+/bin16
+/bin32
diff --git a/nuttx/.gitignore b/nuttx/.gitignore
index a8c242865..f594f3673 100644
--- a/nuttx/.gitignore
+++ b/nuttx/.gitignore
@@ -1,19 +1,17 @@
-./.config
-./.config.old
-./.version
-./Make.defs
-./setenv.sh
-./setenv.bat
-./nuttx
-./nuttx.*
-./nuttx-*
-./mm_test
-./_SAVED_APPS_config
-./*.map
-./*.elf
-./*.srec
-./*.bin
-./*.ihx
-./*.hex
-./pcode
-./cscope.out
+/.config
+/.config.old
+/.version
+/Make.defs
+/setenv.sh
+/setenv.bat
+/nuttx
+/nuttx.*
+/nuttx-*
+/_SAVED_APPS_config
+/*.map
+/*.elf
+/*.srec
+/*.bin
+/*.ihx
+/*.hex
+/pcode
diff --git a/nuttx/arch/arm/src/Makefile b/nuttx/arch/arm/src/Makefile
index f9b0ac933..692454327 100644
--- a/nuttx/arch/arm/src/Makefile
+++ b/nuttx/arch/arm/src/Makefile
@@ -154,7 +154,7 @@ $(AOBJS) $(UAOBJS) $(HEAD_OBJ): %$(OBJEXT): %.S
$(COBJS) $(UCOBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
-$(BIN): $(OBJS)
+$(BIN) $(KBIN): $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
$(UBIN): $(UOBJS)
diff --git a/nuttx/binfmt/.gitignore b/nuttx/binfmt/.gitignore
index aed308bdb..7eec3e8b0 100644
--- a/nuttx/binfmt/.gitignore
+++ b/nuttx/binfmt/.gitignore
@@ -1,6 +1,5 @@
-Make.dep
-.depend
-*.swp
+/Make.dep
+/.depend
*.src
*.obj
*.asm
@@ -9,5 +8,3 @@ Make.dep
*.sym
*.adb
*.lib
-
-
diff --git a/nuttx/drivers/.gitignore b/nuttx/drivers/.gitignore
index 40145a92f..585270233 100644
--- a/nuttx/drivers/.gitignore
+++ b/nuttx/drivers/.gitignore
@@ -1,6 +1,5 @@
-Make.dep
-.depend
-*.swp
+/Make.dep
+/.depend
*.asm
*.obj
*.rel
@@ -9,5 +8,3 @@ Make.dep
*.adb
*.lib
*.src
-
-
diff --git a/nuttx/graphics/.gitignore b/nuttx/graphics/.gitignore
index cc7e6de26..749b94927 100644
--- a/nuttx/graphics/.gitignore
+++ b/nuttx/graphics/.gitignore
@@ -1,6 +1,5 @@
-Make.dep
-.depend
-*.swp
+/Make.dep
+/.depend
*.asm
*.rel
*.lst
diff --git a/nuttx/graphics/nxglib/.gitignore b/nuttx/graphics/nxglib/.gitignore
index 64cbf2d9b..1258e2fea 100644
--- a/nuttx/graphics/nxglib/.gitignore
+++ b/nuttx/graphics/nxglib/.gitignore
@@ -1,11 +1,7 @@
-nxglib_setpixel_*bpp.c
-nxglib_fillrectangle_*bpp.c
-nxglib_getrectangle_*bpp.c
-nxglib_filltrapezoid_*bpp.c
-nxglib_moverectangle_*bpp.c
-nxglib_copyrectangle_*bpp.c
-.*.swp
-*.i
-
-
+/nxglib_setpixel_*bpp.c
+/nxglib_fillrectangle_*bpp.c
+/nxglib_getrectangle_*bpp.c
+/nxglib_filltrapezoid_*bpp.c
+/nxglib_moverectangle_*bpp.c
+/nxglib_copyrectangle_*bpp.c
diff --git a/nuttx/include/.gitignore b/nuttx/include/.gitignore
index c4afa1e4c..18bc32d4d 100644
--- a/nuttx/include/.gitignore
+++ b/nuttx/include/.gitignore
@@ -1,12 +1,8 @@
-./arch
-./apps
-./avr
-./math.h
-./float.h
-./stdarg.h
-./features.h
-./uClibc++
-
-
-
-
+/arch
+/apps
+/avr
+/math.h
+/float.h
+/stdarg.h
+/features.h
+/uClibc++
diff --git a/nuttx/include/nuttx/.gitignore b/nuttx/include/nuttx/.gitignore
index 61dd74108..8898ee5d2 100644
--- a/nuttx/include/nuttx/.gitignore
+++ b/nuttx/include/nuttx/.gitignore
@@ -1,4 +1,2 @@
-./config.h
-./version.h
-
-
+/config.h
+/version.h
diff --git a/nuttx/lib/.gitignore b/nuttx/lib/.gitignore
index a0bae7548..8676acff0 100644
--- a/nuttx/lib/.gitignore
+++ b/nuttx/lib/.gitignore
@@ -1,3 +1 @@
-./*.lib
-
-
+/*.lib
diff --git a/nuttx/libc/.gitignore b/nuttx/libc/.gitignore
index 40145a92f..585270233 100644
--- a/nuttx/libc/.gitignore
+++ b/nuttx/libc/.gitignore
@@ -1,6 +1,5 @@
-Make.dep
-.depend
-*.swp
+/Make.dep
+/.depend
*.asm
*.obj
*.rel
@@ -9,5 +8,3 @@ Make.dep
*.adb
*.lib
*.src
-
-
diff --git a/nuttx/libxx/.gitignore b/nuttx/libxx/.gitignore
index 1f9f4d2b0..205c547dd 100644
--- a/nuttx/libxx/.gitignore
+++ b/nuttx/libxx/.gitignore
@@ -1,11 +1,10 @@
-./Make.dep
-./.depend
-./uClibc++
-./*.swp
-./*.asm
-./*.rel
-./*.lst
-./*.sym
-./*.adb
-./*.lib
-./*.src
+/Make.dep
+/.depend
+/uClibc++
+*.asm
+*.rel
+*.lst
+*.sym
+*.adb
+*.lib
+*.src
diff --git a/nuttx/mm/.gitignore b/nuttx/mm/.gitignore
index b3619a842..e05702173 100644
--- a/nuttx/mm/.gitignore
+++ b/nuttx/mm/.gitignore
@@ -1,11 +1,10 @@
-./Make.dep
-./.depend
-./*.swp
-./*.o1
-./*.src
-./*.obj
-./*.asm
-./*.lst
-./*.sym
-./*.adb
-./*.lib
+/Make.dep
+/.depend
+*.o1
+*.src
+*.obj
+*.asm
+*.lst
+*.sym
+*.adb
+*.lib
diff --git a/nuttx/net/.gitignore b/nuttx/net/.gitignore
index 47370f2af..585270233 100644
--- a/nuttx/net/.gitignore
+++ b/nuttx/net/.gitignore
@@ -1,11 +1,10 @@
-./Make.dep
-./.depend
-./*.swp
-./*.asm
-./*.obj
-./*.rel
-./*.lst
-./*.sym
-./*.adb
-./*.lib
-./*.src
+/Make.dep
+/.depend
+*.asm
+*.obj
+*.rel
+*.lst
+*.sym
+*.adb
+*.lib
+*.src
diff --git a/nuttx/sched/.gitignore b/nuttx/sched/.gitignore
index 50eeaeb34..ac9b86edb 100644
--- a/nuttx/sched/.gitignore
+++ b/nuttx/sched/.gitignore
@@ -1,11 +1,10 @@
-./Make.dep
-./.depend
-./*.swp
-./*.src
-./*.asm
-./*.obj
-./*.rel
-./*.lst
-./*.sym
-./*.adb
-./*.lib
+/Make.dep
+/.depend
+/*.src
+/*.asm
+/*.obj
+/*.rel
+/*.lst
+/*.sym
+/*.adb
+/*.lib
diff --git a/nuttx/syscall/.gitignore b/nuttx/syscall/.gitignore
index 66f965691..e291fcf5b 100644
--- a/nuttx/syscall/.gitignore
+++ b/nuttx/syscall/.gitignore
@@ -1,4 +1,3 @@
-./.context
-./.depend
-./Make.dep
-
+/.context
+/.depend
+/Make.dep
diff --git a/nuttx/syscall/proxies/.gitignore b/nuttx/syscall/proxies/.gitignore
index 961e57c7c..b5a455aa9 100644
--- a/nuttx/syscall/proxies/.gitignore
+++ b/nuttx/syscall/proxies/.gitignore
@@ -1,3 +1 @@
-./*.c
-
-
+/*.c
diff --git a/nuttx/syscall/stubs/.gitignore b/nuttx/syscall/stubs/.gitignore
index 961e57c7c..b5a455aa9 100644
--- a/nuttx/syscall/stubs/.gitignore
+++ b/nuttx/syscall/stubs/.gitignore
@@ -1,3 +1 @@
-./*.c
-
-
+/*.c
diff --git a/nuttx/tools/.gitignore b/nuttx/tools/.gitignore
index fba8ce211..259f38ee6 100644
--- a/nuttx/tools/.gitignore
+++ b/nuttx/tools/.gitignore
@@ -1,9 +1,9 @@
-./b16
-./bdf-converter
-./cmpconfig
-./mkconfig
-./mkdeps
-./mksymtab
-./mksyscall
-./mkversion
-./*.exe
+/b16
+/bdf-converter
+/cmpconfig
+/mkconfig
+/mkdeps
+/mksymtab
+/mksyscall
+/mkversion
+/*.exe
diff --git a/nuttx/tools/pic32mx/.gitignore b/nuttx/tools/pic32mx/.gitignore
index 594afe63c..a3d367365 100644
--- a/nuttx/tools/pic32mx/.gitignore
+++ b/nuttx/tools/pic32mx/.gitignore
@@ -1,4 +1,2 @@
-./mkpichex
-./mkpichex.exe
-
-
+/mkpichex
+/mkpichex.exe