mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
Update .gitignore & add examples/hot_code_reloading/.gitignore
This commit is contained in:
parent
89042b0f97
commit
e25664dfbf
2 changed files with 6 additions and 1 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue