ibnunes / fpbrainfuck

Brainfuck interpreter for Free Pascal
GNU General Public License v3.0
0 stars 0 forks source link

Omit 'bin' directory; provide compilation instructions #8

Closed pwseo closed 7 years ago

pwseo commented 7 years ago

You should add bin/ to your .gitignore and not include the compiled binary in the repository. It is also important to provide instructions on how to compile your code, either in the README file itself, or in the form of a Makefile.