forked from elixir-lang/elixir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create "clean_residual_files" target in Makefile (elixir-lang#5982)
Additionally: - Add /lib/*/_build/ to .gitignore, and delete folders - Remove erl_crash.dump file in - Mix fixtures - add lib/mix/test/fixtures/git_sparse_repo to the list of dirs to be removed - Sort and add a reminder in lib/mix/test/fixtures/.gitignore to update Makefile clean target when modifications are done
- Loading branch information
1 parent
d6f6163
commit 9c5d5e4
Showing
3 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
git_repo | ||
git_sparse_repo | ||
deps_on_git_repo | ||
git_rebar | ||
# Remember to update Makefile "clean_residual_files" target for any modifications | ||
# made in this file | ||
/deps_on_git_repo/ | ||
/git_rebar/ | ||
/git_repo/ | ||
/git_sparse_repo/ |