Skip to content

Commit

Permalink
Changed "extern" to "ignore" in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
evanatherton committed Jul 16, 2018
1 parent 181238f commit 44c2104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tests.py
unittest.py
unittests.py

extern/
ignore/
releases/

*.ma.swatches
Expand Down
2 changes: 1 addition & 1 deletion mimic/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ structure. Note the use of `__init__.py` throughout this repository.

- Do not add IDE and temp files to the global `.gitignore`. Instead, add them
to a local gitignore (added to `~/.gitconfig`). Alternatively, the folder
`extern` is ignored and may be used however you'd like.
`ignore` is ignored and may be used however you'd like.

- Make sure your code compiles before submitting pull requests or pushing to
the repository. For each commit, provide a briefly rationalized changelist.
Expand Down

0 comments on commit 44c2104

Please sign in to comment.