Skip to content

Commit

Permalink
Add a .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Shulin <wangwangwar@gmail.com>
  • Loading branch information
wangwangwar committed Dec 17, 2012
1 parent 5456051 commit 374d573
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# vim
*.sw[a-z]
*.un~
Session.vim

# make file
.*
!.gitignore
*~
*.o
core
*.ko
*.mod.c
Module.symvers
modules.order

# misc-progs
nbtest
load50
mapcmp
polltest
mapper
setlevel
setconsole
inp
outp
datasize
dataalign
netifdebug

0 comments on commit 374d573

Please sign in to comment.