about summary refs log tree commit homepage
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-23 22:05:15 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-23 22:24:16 +0000
commitfe5fb3860228497b0fa31f2c87e925de6be215d4 (patch)
tree9e6a5dd8bb430003d67cce53df88376d38347553 /.gitignore
parent30469a2986cacba23511730313620fec73600b85 (diff)
downloadcmogstored-fe5fb3860228497b0fa31f2c87e925de6be215d4.tar.gz
/tmp is often tmpfs nowadays, and our tests that rely on iostat
cannot report statistics for tmpfs.  So hopefully our build
directory is a regular directory on a regular filesystem.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ab0f4e2..e428e7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@
 /listen_parser.c
 /mgmt_parser.c
 /stamp-h1
+/tmp
 /valid_path.c
 /www
 Makefile