greybus: README and .gitignore updates
This commit is contained in:
parent
c8a797a98c
commit
06823c3eb9
|
@ -1,23 +1,9 @@
|
|||
# Object files
|
||||
*.o
|
||||
*.cmd
|
||||
*.ko
|
||||
*.obj
|
||||
*.elf
|
||||
|
||||
# Libraries
|
||||
*.lib
|
||||
*.a
|
||||
|
||||
# Shared objects (inc. Windows DLLs)
|
||||
*.dll
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
*.mod.c
|
||||
modules.order
|
||||
Module.symvers
|
||||
*.o
|
||||
*.swp
|
||||
.tmp_versions
|
||||
tags
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Greybus kernel code
|
|
@ -1,4 +0,0 @@
|
|||
greybus
|
||||
=======
|
||||
|
||||
greybus kernel code
|
Loading…
Reference in New Issue