Skip to content

Commit

Permalink
[PATCH] Add .gitignore files
Browse files Browse the repository at this point in the history
From Erez Zilber:

Some files should not be tracked by git.

Signed-off-by: Erez Zilber <erezzi.list@gmail.com>
  • Loading branch information
Mike Christie committed Sep 14, 2008
1 parent 4d44c48 commit 4f3f322
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.o
10 changes: 10 additions & 0 deletions kernel/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.*.ko.cmd
.*.o.cmd
.tmp_versions
Module.symvers
cur_patched
has_*_patch
*.ko
*.mod.*
open_iscsi_compat.h
*.orig
3 changes: 3 additions & 0 deletions usr/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
iscsiadm
iscsid
iscsistart
1 change: 1 addition & 0 deletions utils/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
iscsi-iname

0 comments on commit 4f3f322

Please sign in to comment.