admb-project / admb

AD Model Builder
http://admb-project.org
Other
64 stars 19 forks source link

Update git ignore for building #162

Closed Cole-Monnahan-NOAA closed 3 years ago

Cole-Monnahan-NOAA commented 3 years ago

When I run utilities/make to build ADMB from scratch I get a lot of modified files cluttering up the repo. Generally they are contrib/*.obj files and all the files produced when running an example. But also

admb.cmd admb.sh src/df1b2-separable/lex.yy.c src/df1b2-separable/tpl2rem.c src/nh99/lex.yy.c src/nh99/tpl2cpp.c tests/gtests/googletest-read-only/

Could we add these to .gitignore so they don't get tracked? I remember a while ago @johnoel told me not to do it myself so I'm wondering if you could help sort this out?