Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms-test-suite:master commit in: /
Date: Tue, 31 May 2011 18:10:58
Message-Id: f4a73aafc693727921a0b8650e0817bab3179036.mgorny@gentoo
1 commit: f4a73aafc693727921a0b8650e0817bab3179036
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 25 20:37:44 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 18:01:32 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms-test-suite.git;a=commit;h=f4a73aaf
7
8 Add a .gitignore for Python compiled files.
9
10 ---
11 .gitignore | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/.gitignore b/.gitignore
15 new file mode 100644
16 index 0000000..0d20b64
17 --- /dev/null
18 +++ b/.gitignore
19 @@ -0,0 +1 @@
20 +*.pyc