Initial commit

This commit is contained in:
JeanCheng
2016-03-26 20:51:40 +08:00
commit 001a32a567
3 changed files with 708 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Object files
*.o
*.ko
*.obj
*.elf
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
+674
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
# LDD-LinuxDeviceDrivers
Linux设备驱动程序学习笔记