Clone svn:ignore directory atributed to .gitignore files

This commit is contained in:
Gregory Nutt 2013-04-04 14:27:29 -06:00
parent 670fd4e51f
commit 1694955188
20 changed files with 130 additions and 0 deletions

16
arch/8051/src/.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
Make.dep
.depend
up_mem.h
*.sym
*.asm
*.rel
*.lst
*.adb
*.rst
*.lib
*.lnk
*.map
*.mem
*.ihx
*.hex

3
arch/arm/include/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
board
chip

6
arch/arm/src/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.depend
Make.dep
locked.r
board
chip

3
arch/avr/include/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
board
chip

6
arch/avr/src/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.depend
Make.dep
locked.r
board
chip

4
arch/hc/include/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
chip
board

7
arch/hc/src/.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.depend
Make.dep
board
chip
*.r

4
arch/mips/include/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
board
chip

6
arch/mips/src/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.depend
Make.dep
board
chip

4
arch/rgmp/include/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
board
chip

6
arch/rgmp/src/.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.depend
Make.dep
board
chip

3
arch/sh/src/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.depend
Make.dep

2
arch/sim/include/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
board

9
arch/sim/src/.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
Make.dep
.depend
Cygwin-names.dat
Linux-names.dat
nuttx.rel
GNU
chip
board

4
arch/x86/include/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
chip
board

5
arch/x86/src/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
chip
board
.depend
Make.dep

11
arch/z16/src/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
Make.dep
.depend
board
chip
nuttx.linkcmd
*.asm
*.obj
*.lib
*.map
*.lst

4
arch/z80/include/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
board
chip

24
arch/z80/src/.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
Make.dep
.depend
up_mem.h
asm_mem.h
board
chip
*.sym
*.asm
*.obj
*.rel
*.lst
*.src
*.adb
*.rst
*.lib
*.lnk
*.map
*.mem
*.ihx
*.hex
*.linkcmd
*.noi

3
arch/z80/src/z80/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.lst
*.sym