Add the log example to .gitignore of examples
The compiled log file should no longer cause a file to be added to the git repo during `make test`.pull/701/head
parent
76bf732e63
commit
b464adec43
|
@ -2,6 +2,7 @@ game_of_life/life
|
||||||
hello_world
|
hello_world
|
||||||
json
|
json
|
||||||
links_scraper
|
links_scraper
|
||||||
|
log
|
||||||
news_fetcher
|
news_fetcher
|
||||||
tetris/tetris
|
tetris/tetris
|
||||||
word_counter/word_counter
|
word_counter/word_counter
|
||||||
|
|
Loading…
Reference in New Issue