diff options
author | Brian Behlendorf <[email protected]> | 2010-01-08 11:35:17 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2010-01-08 11:35:17 -0800 |
commit | 4cd8e49a69db0c3058c03f2541175985f07ff5c1 (patch) | |
tree | 6ea97971fd454ee0ec91d1f6673755c7eae73cbc /cmd | |
parent | 058ac9ba7811baea78a47ba1ead8acd7512684b6 (diff) |
Add .gitignore files to exclude build products
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/zdb/.gitignore | 1 | ||||
-rw-r--r-- | cmd/zfs/.gitignore | 1 | ||||
-rw-r--r-- | cmd/zinject/.gitignore | 1 | ||||
-rw-r--r-- | cmd/zpool/.gitignore | 1 | ||||
-rw-r--r-- | cmd/ztest/.gitignore | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/cmd/zdb/.gitignore b/cmd/zdb/.gitignore new file mode 100644 index 000000000..f64a3fc5a --- /dev/null +++ b/cmd/zdb/.gitignore @@ -0,0 +1 @@ +/zdb diff --git a/cmd/zfs/.gitignore b/cmd/zfs/.gitignore new file mode 100644 index 000000000..0fd9cc63a --- /dev/null +++ b/cmd/zfs/.gitignore @@ -0,0 +1 @@ +/zfs diff --git a/cmd/zinject/.gitignore b/cmd/zinject/.gitignore new file mode 100644 index 000000000..bded84009 --- /dev/null +++ b/cmd/zinject/.gitignore @@ -0,0 +1 @@ +/zinject diff --git a/cmd/zpool/.gitignore b/cmd/zpool/.gitignore new file mode 100644 index 000000000..8ea518af7 --- /dev/null +++ b/cmd/zpool/.gitignore @@ -0,0 +1 @@ +/zpool diff --git a/cmd/ztest/.gitignore b/cmd/ztest/.gitignore new file mode 100644 index 000000000..d3d498dae --- /dev/null +++ b/cmd/ztest/.gitignore @@ -0,0 +1 @@ +/ztest |