guowenxue
2024-12-23 b8e5f60912c77d52214c21e67fa91ec5f522c54c
commit | author | age
b8e5f6 1 # vim
G 2 *.sw[a-z]
3 *.un~
4 Session.vim
5
6 app_chrdev*
7 container_of
8
9 # make file
10 .*
11 !.gitignore
12 *~
13 *.o
14 core
15 *.ko
16 *.mod.c
17 Module.symvers
18 modules.order
19 *.mod
20 *.a
21
22 # misc-progs
23 nbtest 
24 load50 
25 mapcmp 
26 polltest 
27 mapper 
28 setlevel 
29 setconsole 
30 inp 
31 outp
32 datasize
33 dataalign
34 netifdebug
35 asynctest
36
37 # Allows for Eclipse CDT lookups without checking in linux source
38 linux_source_cdt
39 !.project
40 !.cproject