diff options
author | Chris Dearman <chris@mips.com> | 2008-03-04 14:28:59 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-03-04 16:35:14 -0800 |
commit | 7088655477b51a5a248fa54190388e1283ba7ebf (patch) | |
tree | 3279fe1c077ccf773951a903d2724d39cd4bf196 /.gitignore | |
parent | d5a4630a0daad241c761064295958554472ed491 (diff) |
.gitignore: ignore emacs backup and temporary files.
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8363e48cdcdc..fdcce40226d7 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,5 @@ cscope.* *.orig *.rej +*~ +\#*# |