Some files should not be tracked by git.

Signed-off-by: Erez Zilber <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To post to this group, send email to open-iscsi@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/open-iscsi
-~----------~----~----~----~------~----~------~--~---

Add .gitignore files

Some files should not be tracked by git.

Signed-off-by: Erez Zilber <[EMAIL PROTECTED]>
---
 .gitignore        |    1 +
 kernel/.gitignore |   10 ++++++++++
 usr/.gitignore    |    3 +++
 utils/.gitignore  |    1 +
 4 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 kernel/.gitignore
 create mode 100644 usr/.gitignore
 create mode 100644 utils/.gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5761abc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.o
diff --git a/kernel/.gitignore b/kernel/.gitignore
new file mode 100644
index 0000000..fd9ee8c
--- /dev/null
+++ b/kernel/.gitignore
@@ -0,0 +1,10 @@
+.*.ko.cmd
+.*.o.cmd
+.tmp_versions
+Module.symvers
+cur_patched
+has_*_patch
+*.ko
+*.mod.*
+open_iscsi_compat.h
+*.orig
diff --git a/usr/.gitignore b/usr/.gitignore
new file mode 100644
index 0000000..32000e2
--- /dev/null
+++ b/usr/.gitignore
@@ -0,0 +1,3 @@
+iscsiadm
+iscsid
+iscsistart
diff --git a/utils/.gitignore b/utils/.gitignore
new file mode 100644
index 0000000..7efe3fd
--- /dev/null
+++ b/utils/.gitignore
@@ -0,0 +1 @@
+iscsi-iname
-- 
1.5.6.1

Reply via email to