mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Update .gitignore & add examples/hot_code_reloading/.gitignore
This commit is contained in:

committed by
Alexander Medvednikov

parent
89042b0f97
commit
e25664dfbf
2
.gitignore
vendored
2
.gitignore
vendored
@ -5,3 +5,5 @@
|
|||||||
/v.c
|
/v.c
|
||||||
/v.exe
|
/v.exe
|
||||||
*.exe
|
*.exe
|
||||||
|
*.o
|
||||||
|
.*.c
|
||||||
|
3
examples/hot_code_reloading/.gitignore
vendored
Normal file
3
examples/hot_code_reloading/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
bounce
|
||||||
|
graph
|
||||||
|
message
|
Reference in New Issue
Block a user