Skip to content

Commit

Permalink
Add some additional files to .gitignore
Browse files Browse the repository at this point in the history
- I've had an ubuntu logfile showing up in my git, so ignore all `.log`
  files
- `Makefile` and `extconf.h` are auto-generated based on the user's
  environment, so ignoring those as well.
  • Loading branch information
mockdeep committed Oct 12, 2019
1 parent dc31490 commit a5081d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -19,5 +19,7 @@ tmp
*.so
*.o
*.a
mkmf.log
*.log
Makefile
extconf.h
build-ImageMagick/

0 comments on commit a5081d3

Please sign in to comment.