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

Add several gitignore files

- compiler/.gitignore and remove the corresponding entries in root/.gitignore.
 - examples/game_of_life/.gitignore
 - examples/tetris/.gitignore
 - examples/word_counter/.gitignore
This commit is contained in:
Wink Saville 2019-06-25 13:25:50 -07:00 committed by Alex Medvednikov
parent 9e9480f638
commit 67f68db530
5 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,4 +1 @@
/compiler/v.c
/compiler/vc
/compiler/v
*.dSYM

3
compiler/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
v.c
vc
v

1
examples/game_of_life/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
life

1
examples/tetris/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
tetris

1
examples/word_counter/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
word_counter