Skip to content

Commit

Permalink
tools/vm: add .gitignore to ignore built binaries
Browse files Browse the repository at this point in the history
There is no .gitignore in tools/vm, so 'git status' always show built
binaries.  To ignore this, add .gitignore.

Signed-off-by: Joonsoo Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
JoonsooKim authored and torvalds committed Feb 5, 2013
1 parent 85facf2 commit 1363b56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/vm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
slabinfo
page-types

0 comments on commit 1363b56

Please sign in to comment.