diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2013-07-03 15:09:20 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-07-03 16:08:07 -0700 |
commit | c7fed9cf614aa1dc561ad3334b02e896d042068f (patch) | |
tree | 43c13d36b3ec6d715ddffab5625bfc6327d1f967 | |
parent | 7e50533d4b84289e4f01de56d6f98e9c64e2229e (diff) |
selftests: add .gitignore for vm
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Dave Young <dyoung@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | tools/testing/selftests/vm/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/vm/.gitignore b/tools/testing/selftests/vm/.gitignore new file mode 100644 index 000000000000..ff1bb16cec4f --- /dev/null +++ b/tools/testing/selftests/vm/.gitignore @@ -0,0 +1,4 @@ +hugepage-mmap +hugepage-shm +map_hugetlb +thuge-gen |