From: Tomas Sedovic <[email protected]> The move to Condor brought us new log files -- one for each new instance. This fix hides them from git. --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore index 0444368..3e3194a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,6 @@ database.yml development.sqlite3 production.sqlite3 test.sqlite3 + +# Condor log for created instances +src/*.log -- 1.7.1.1 _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
