From 5a03eaca89c71d289c7c7334797ee3542a78209f Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Fri, 20 Sep 2019 22:06:00 +0800 Subject: [PATCH] .gitignore: prepend / --- examples/.gitignore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/.gitignore b/examples/.gitignore index 581f34c2ca..12ab199cbc 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,10 +1,10 @@ -hello_world -json -links_scraper -log -news_fetcher -rune -terminal_control -nbody -spectral -database/mysql +/hello_world +/json +/links_scraper +/log +/news_fetcher +/rune +/terminal_control +/nbody +/spectral +/database/mysql