From: Brian Behlendorf Date: Fri, 8 Jan 2010 19:35:17 +0000 (-0800) Subject: Add .gitignore files to exclude build products X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=4cd8e49a69db0c3058c03f2541175985f07ff5c1;p=zfs.git Add .gitignore files to exclude build products --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..934b973 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# +# N.B. +# This is the toplevel .gitignore file. +# This is not the place for entries that are specific to +# a subdirectory. Instead add those files to the +# .gitignore file in that subdirectory. +# +# N.B. +# Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. + +# +# Normal rules +# +*.[oa] +*.ko +*.lo +*.la +*.mod.c +*~ +*.swp +.*.cmd +.deps +.libs +.DS_Store +modules.order +Makefile + +# +# Top level generated files specific to this top level dir +# +/Makefile +/config.log +/config.status +/libtool +/zfs_config.h +/zfs.spec +/zfs-modules.spec +/stamp-h1 +/.script-config + +# +# Top level generic files +# +!.gitignore +tags +TAGS +cscope.* diff --git a/cmd/zdb/.gitignore b/cmd/zdb/.gitignore new file mode 100644 index 0000000..f64a3fc --- /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 0000000..0fd9cc6 --- /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 0000000..bded840 --- /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 0000000..8ea518a --- /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 0000000..d3d498d --- /dev/null +++ b/cmd/ztest/.gitignore @@ -0,0 +1 @@ +/ztest diff --git a/module/.gitignore b/module/.gitignore new file mode 100644 index 0000000..611c51c --- /dev/null +++ b/module/.gitignore @@ -0,0 +1,3 @@ +/.tmp_versions +/Module.markers +/Module.symvers