peter-michalski / LatticeBoltzmannSolvers

CAS741: Development of Scientific Computing Software - Course Project
Other
0 stars 0 forks source link

Add a .gitignore file #29

Closed smiths closed 4 years ago

smiths commented 5 years ago

Please add the .gitignore file to your repo. You can see a sample .gitignore file at:

https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/BlankProjectTemplate/docs/.gitignore

When you close this issue, please include the commit number (hash) that closes the issue.

peter-michalski commented 5 years ago

Thank you for raising this concern. I have had the gitignore file at the root of my repo for quite some time now but I have noticed that it does not actually ignore the files that are listed. I'm still trying to figure out why this is happening.

smiths commented 5 years ago

The fix is simple @peter-michalski. You just need to change the file name to .gitignore, not gitignore. The idea of the dot is to make the file a hidden file so that it doesn't show up by default when doing a folder listing.

peter-michalski commented 4 years ago

This issue is closed as the file name had been changed in 18ea7c86c3716e7421c5251e9c1be0515fa6cfb3