diff options
author | 2008-06-25 13:33:03 +0530 | |
---|---|---|
committer | 2008-06-25 13:33:03 +0530 | |
commit | 8df3b59799f8dabc86bed6bb012640ca9f54eb05 (patch) | |
tree | 55eaa5cc5be4bcdd1e36acd512f872efba0dbc75 /.gitignore | |
parent | Typos. (diff) | |
download | autotua-8df3b59799f8dabc86bed6bb012640ca9f54eb05.tar.gz autotua-8df3b59799f8dabc86bed6bb012640ca9f54eb05.tar.bz2 autotua-8df3b59799f8dabc86bed6bb012640ca9f54eb05.zip |
- Implement a check for whether the chroot is pristine
- Use the subprocess module instead of os.system()
- Verbosity control via autotua.const.VERBOSE
- Don't compress rsync data (add a flag|AI later)
- .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9b568f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.swp |