From b464adec4398be3aebe123e4903b8b44f6036943 Mon Sep 17 00:00:00 2001 From: lutherwenxu <16671@kuencheng.edu.my> Date: Thu, 27 Jun 2019 19:18:18 +0800 Subject: [PATCH] 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`. --- examples/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/.gitignore b/examples/.gitignore index 3fd27ae07e..c5f91ffab5 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -2,6 +2,7 @@ game_of_life/life hello_world json links_scraper +log news_fetcher tetris/tetris word_counter/word_counter