From 8a40849e7c520bd092a0645bbaa5fa2b0e28ec1d Mon Sep 17 00:00:00 2001 From: Martin Frost Date: Sun, 10 Jan 2016 12:45:35 +0100 Subject: [PATCH] Ignore emacs *~ temp files --- .gitignore | 1 + lib/tasks/isn.gen.migration.ex | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bbc5485..b672607 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ erl_crash.dump *.ez docs doc +*~ diff --git a/lib/tasks/isn.gen.migration.ex b/lib/tasks/isn.gen.migration.ex index 8d93b32..960945b 100644 --- a/lib/tasks/isn.gen.migration.ex +++ b/lib/tasks/isn.gen.migration.ex @@ -20,7 +20,6 @@ defmodule Mix.Tasks.Isn.Gen.Migration do Mix.Task.run "app.start", args [repo] = parse_repo(args) filename = "#{timestamp}_create_isn_extension.exs" - IO.inspect([repo, Mix.Project.app_path, filename]) path = Path.relative_to(migrations_path(repo), Mix.Project.app_path) file = Path.join(path, filename) create_directory(path)