1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

separate .gitignore for examples (#667)

it will be easier to move the examples to a separate repository if it increases
This commit is contained in:
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