diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-05-25 22:40:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-05-25 22:40:03 +0200 |
commit | 3c00f09c5a801e5403a3e694dce7a2511a1412fa (patch) | |
tree | 4c08f427545807fa7ef0ebdbd0d767f717ad02d5 /.gitignore | |
parent | Sync the standard test library. (diff) | |
download | pms-test-suite-3c00f09c5a801e5403a3e694dce7a2511a1412fa.tar.gz pms-test-suite-3c00f09c5a801e5403a3e694dce7a2511a1412fa.tar.bz2 pms-test-suite-3c00f09c5a801e5403a3e694dce7a2511a1412fa.zip |
Add a .gitignore file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31f264e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +/MANIFEST +/build +/dist |