SAIntegrator: Add gitignore files.

This commit is contained in:
Penn, John M 047828115 2021-02-25 22:58:39 -06:00
parent b67612e506
commit b1c22f2b14
8 changed files with 11 additions and 0 deletions
trick_source/trick_utils/SAIntegrator
.gitignore
examples
AsteroidFlyBy
BouncyCannonBall
CannonBall
DefiniteIntegral
DoubleIntegral
MassSpringDamper
Orbit

@ -0,0 +1,4 @@
lib/
obj/
*.o
*.dSYM

@ -0,0 +1 @@
BouncyCannonBall

@ -0,0 +1 @@
CannonBall

@ -0,0 +1 @@
DefiniteIntegral

@ -0,0 +1 @@
DoubleIntegral

@ -0,0 +1 @@
MassSpringDamper

@ -0,0 +1 @@
Orbit