diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2007-07-31 00:37:25 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-31 15:39:36 -0700 |
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 a232295b99a..27c3e839b54 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # .* *.o +*.o.* *.a *.s *.ko |