Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add some missing .gitignore files

This commit is contained in:
Gregory Nutt 2013-05-30 14:45:31 -06:00
parent 011a14e39d
commit f0c36e422f
10 changed files with 31 additions and 34 deletions

View File

@ -3,4 +3,4 @@
/locked.r
/board
/chip
/*.dSYM

View File

@ -3,4 +3,4 @@
/locked.r
/board
/chip
/*.dSYM

View File

@ -3,4 +3,4 @@
/board
/chip
/*.r
/*.dSYM

View File

@ -2,5 +2,4 @@
/Make.dep
/board
/chip
/*.dSYM

View File

@ -2,4 +2,4 @@
/Make.dep
/board
/chip
/*.dSYM

View File

@ -1,3 +1,3 @@
.depend
Make.dep
/.depend
/Make.dep
/*.dSYM

View File

@ -6,4 +6,4 @@
/GNU
/chip
/board
/*.dSYM

View File

@ -2,4 +2,4 @@
/board
/.depend
/Make.dep
/*.dSYM

View File

@ -3,9 +3,8 @@
/board
/chip
/nuttx.linkcmd
*.asm
*.obj
*.lib
*.map
*.lst
/*.asm
/*.obj
/*.lib
/*.map
/*.lst

View File

@ -4,20 +4,19 @@
/asm_mem.h
/board
/chip
*.sym
*.asm
*.obj
*.rel
*.lst
*.src
*.adb
*.rst
*.lib
*.lnk
*.map
*.mem
*.ihx
*.hex
*.linkcmd
*.noi
/*.sym
/*.asm
/*.obj
/*.rel
/*.lst
/*.src
/*.adb
/*.rst
/*.lib
/*.lnk
/*.map
/*.mem
/*.ihx
/*.hex
/*.linkcmd
/*.noi