separate .gitignore for examples (#667)

it will be easier to move the examples to a separate repository if it increases
pull/675/head
whoami 2019-06-26 19:06:00 +03:00 committed by Alexander Medvednikov
parent e6d8612392
commit e7f2babb5d
2 changed files with 3 additions and 8 deletions

8
.gitignore vendored
View File

@ -1,9 +1 @@
*.dSYM
examples/game_of_life/life
examples/hello_world
examples/json
examples/links_scraper
examples/news_fetcher
examples/tetris/tetris
examples/word_counter/word_counter

3
examples/.gitignore vendored
View File

@ -1,4 +1,7 @@
game_of_life/life
hello_world
json
links_scraper
news_fetcher
tetris/tetris
word_counter/word_counter