mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
.gitignore: prepend /
This commit is contained in:
parent
a42b4e219c
commit
5a03eaca89
1 changed files with 10 additions and 10 deletions
20
examples/.gitignore
vendored
20
examples/.gitignore
vendored
|
@ -1,10 +1,10 @@
|
||||||
hello_world
|
/hello_world
|
||||||
json
|
/json
|
||||||
links_scraper
|
/links_scraper
|
||||||
log
|
/log
|
||||||
news_fetcher
|
/news_fetcher
|
||||||
rune
|
/rune
|
||||||
terminal_control
|
/terminal_control
|
||||||
nbody
|
/nbody
|
||||||
spectral
|
/spectral
|
||||||
database/mysql
|
/database/mysql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue