Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: /
Date: Tue, 03 Jan 2012 07:24:44
Message-Id: 786f763c1a094befda098e0014cf4008481f229f.nirbheek@gentoo
1 commit: 786f763c1a094befda098e0014cf4008481f229f
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 07:22:15 2012 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 07:22:15 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=786f763c
7
8 Add .gitignore for temporary editor files
9
10 ---
11 .gitignore | 2 ++
12 1 files changed, 2 insertions(+), 0 deletions(-)
13
14 diff --git a/.gitignore b/.gitignore
15 new file mode 100644
16 index 0000000..d38c149
17 --- /dev/null
18 +++ b/.gitignore
19 @@ -0,0 +1,2 @@
20 +*.swp
21 +*~