stamatak / standard-RAxML

www.exelixis-lab.org
325 stars 192 forks source link

Missing .gitignore file to specify files intentionally not to be tracked #27

Closed hrabe closed 8 years ago

hrabe commented 8 years ago

Running a compile produces a lot of intermediate file *.o and executables raxmlHPC* that must not be tracked at the source control system.

This can be avoided using a .gitignore file and guards against accidentally commit of intermediate/unwanted files.

stamatak commented 8 years ago

Thanks, but I have never encountered difficulties doing this without a gitignore so I will leave it as is.