Ignore emacs *~ temp files

This commit is contained in:
Martin Frost 2016-01-10 12:45:35 +01:00
parent 29598b8dc2
commit 8a40849e7c
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ erl_crash.dump
*.ez
docs
doc
*~

View File

@ -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)