diff options
author | David Sommerseth <davids@redhat.com> | 2012-09-16 01:00:21 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2012-09-16 14:48:55 +0200 |
commit | a6893e56c1926c1365b5c217972b76c5491d51ae (patch) | |
tree | 7159202724bc3fe8913266a939efe320beb5386b /.gitignore | |
download | logactio-a6893e56c1926c1365b5c217972b76c5491d51ae.tar.gz logactio-a6893e56c1926c1365b5c217972b76c5491d51ae.tar.xz logactio-a6893e56c1926c1365b5c217972b76c5491d51ae.zip |
Initial import of logactio
This is the first step of the logactio framework
Signed-off-by: David Sommerseth <davids@redhat.com>
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..4c1183c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +*.pyc +logactio.cfg +build/ |