diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2007-07-31 03:37:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 18:39:36 -0400 |
commit | 96918a35a09f322d57c1a2d41e5b5ab24ea73991 (patch) | |
tree | 3d8c62f712e6f1b3d5eef21ef89c6f4fb111fadf /.gitignore | |
parent | 2e92a3baee64112fd210a930276bad165b0bd576 (diff) |
.gitignore update
Somehow I ended up with the following in tree:
$ git status
...
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# fs/proc/root.o.FuMxJQ
# net/ipv4/tcp_minisocks.o.geCDYR
These are presumably temporary gcc files, which aren't interesting.
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a232295b99ac..27c3e839b54e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -7,6 +7,7 @@ | |||
7 | # | 7 | # |
8 | .* | 8 | .* |
9 | *.o | 9 | *.o |
10 | *.o.* | ||
10 | *.a | 11 | *.a |
11 | *.s | 12 | *.s |
12 | *.ko | 13 | *.ko |