neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

Don't check in envvars #84

Closed ndbroadbent closed 6 years ago

ndbroadbent commented 6 years ago

I think it is a good idea to have an envvars.example file that can be copied to envvars and then modified locally. (For example, I use a different directory for my projects.)

ndbroadbent commented 6 years ago

Also includes #83, because I think that's a good idea.

ndbroadbent commented 6 years ago

Another thing - I noticed that src/test/cobol/TESTPRG.CBL is in the .gitignore, but the file is still checked in to the repo. I ran git rm src/test/cobol/TESTPRG.CBL to remove it, so that it doesn't show up as modified

neopragma commented 6 years ago

Agreed, done.