]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add .gitignore files to exclude build products
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 8 Jan 2010 19:35:17 +0000 (11:35 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 8 Jan 2010 19:35:17 +0000 (11:35 -0800)
.gitignore [new file with mode: 0644]
cmd/zdb/.gitignore [new file with mode: 0644]
cmd/zfs/.gitignore [new file with mode: 0644]
cmd/zinject/.gitignore [new file with mode: 0644]
cmd/zpool/.gitignore [new file with mode: 0644]
cmd/ztest/.gitignore [new file with mode: 0644]
module/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..934b973
--- /dev/null
@@ -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 (file)
index 0000000..f64a3fc
--- /dev/null
@@ -0,0 +1 @@
+/zdb
diff --git a/cmd/zfs/.gitignore b/cmd/zfs/.gitignore
new file mode 100644 (file)
index 0000000..0fd9cc6
--- /dev/null
@@ -0,0 +1 @@
+/zfs
diff --git a/cmd/zinject/.gitignore b/cmd/zinject/.gitignore
new file mode 100644 (file)
index 0000000..bded840
--- /dev/null
@@ -0,0 +1 @@
+/zinject
diff --git a/cmd/zpool/.gitignore b/cmd/zpool/.gitignore
new file mode 100644 (file)
index 0000000..8ea518a
--- /dev/null
@@ -0,0 +1 @@
+/zpool
diff --git a/cmd/ztest/.gitignore b/cmd/ztest/.gitignore
new file mode 100644 (file)
index 0000000..d3d498d
--- /dev/null
@@ -0,0 +1 @@
+/ztest
diff --git a/module/.gitignore b/module/.gitignore
new file mode 100644 (file)
index 0000000..611c51c
--- /dev/null
@@ -0,0 +1,3 @@
+/.tmp_versions
+/Module.markers
+/Module.symvers