separate .gitignore for examples (#667)
it will be easier to move the examples to a separate repository if it increasespull/675/head
parent
e6d8612392
commit
e7f2babb5d
|
@ -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
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
game_of_life/life
|
||||
hello_world
|
||||
json
|
||||
links_scraper
|
||||
news_fetcher
|
||||
tetris/tetris
|
||||
word_counter/word_counter
|
||||
|
|
Loading…
Reference in New Issue