]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
sun-misc-gitignore
authorRicardo M. Correia <Ricardo.M.Correia@Sun.COM>
Fri, 8 Jan 2010 01:19:49 +0000 (01:19 +0000)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 8 Jan 2010 17:37:54 +0000 (09:37 -0800)
Add .gitignore files.

Signed-off-by: Ricardo M. Correia <Ricardo.M.Correia@Sun.COM>
.gitignore [new file with mode: 0644]
cmd/.gitignore [new file with mode: 0644]
include/.gitignore [new file with mode: 0644]
lib/.gitignore [new file with mode: 0644]
module/.gitignore [new file with mode: 0644]
module/spl/.gitignore [new file with mode: 0644]
module/splat/.gitignore [new file with mode: 0644]
scripts/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..27807ca
--- /dev/null
@@ -0,0 +1,47 @@
+#
+# 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
+
+#
+# Top level generated files specific to this top level dir
+#
+/Makefile
+/config.log
+/config.status
+/libtool
+/spl_config.h
+/spl.spec
+/spl-modules.spec
+/stamp-h1
+
+#
+# Top level generic files
+#
+!.gitignore
+tags
+TAGS
+cscope.*
diff --git a/cmd/.gitignore b/cmd/.gitignore
new file mode 100644 (file)
index 0000000..1b34aca
--- /dev/null
@@ -0,0 +1,3 @@
+/Makefile
+/spl
+/splat
diff --git a/include/.gitignore b/include/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile
diff --git a/module/.gitignore b/module/.gitignore
new file mode 100644 (file)
index 0000000..7a922a4
--- /dev/null
@@ -0,0 +1,4 @@
+/.tmp_versions
+/Makefile
+/Module.markers
+/Module.symvers
diff --git a/module/spl/.gitignore b/module/spl/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile
diff --git a/module/splat/.gitignore b/module/splat/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile
diff --git a/scripts/.gitignore b/scripts/.gitignore
new file mode 100644 (file)
index 0000000..5fc607b
--- /dev/null
@@ -0,0 +1 @@
+/Makefile