add a gitignore for the module build
authorBrian Swetland <swetland@google.com>
Mon, 27 Oct 2008 23:25:45 +0000 (16:25 -0700)
committerBrian Swetland <swetland@google.com>
Mon, 27 Oct 2008 23:25:45 +0000 (16:25 -0700)
sta_dk_4_0_4_32/.gitignore [new file with mode: 0644]

diff --git a/sta_dk_4_0_4_32/.gitignore b/sta_dk_4_0_4_32/.gitignore
new file mode 100644 (file)
index 0000000..bbfc1d1
--- /dev/null
@@ -0,0 +1,9 @@
+*.o
+*.a
+*.ko
+*.cmd
+*~
+Module.symvers
+modules.order
+.tmp_versions
+wlan.mod.c
\ No newline at end of file