mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
examples: improve the pendulum simulation, with several modes and diagrams (#13446)
This commit is contained in:
committed by
GitHub
parent
a74d28ae5f
commit
4391ae563d
18
examples/pendulum-simulation/.gitignore
vendored
Normal file
18
examples/pendulum-simulation/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Executables files
|
||||
test
|
||||
test.exe
|
||||
|
||||
# Temporary files
|
||||
fns.txt
|
||||
|
||||
!/bin/test
|
||||
|
||||
/docs/build
|
||||
*.ppm
|
||||
main
|
||||
parallel
|
||||
parallel_with_iw
|
||||
sequential
|
||||
animation
|
||||
full
|
||||
*.log
|
||||
Reference in New Issue
Block a user