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/.gitignorepull/624/head
parent
9e9480f638
commit
67f68db530
|
@ -1,4 +1 @@
|
|||
/compiler/v.c
|
||||
/compiler/vc
|
||||
/compiler/v
|
||||
*.dSYM
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
v.c
|
||||
vc
|
||||
v
|
|
@ -0,0 +1 @@
|
|||
life
|
|
@ -0,0 +1 @@
|
|||
tetris
|
|
@ -0,0 +1 @@
|
|||
word_counter
|
Loading…
Reference in New Issue