4 Commits

Author SHA1 Message Date
Jonathan Thomas
4996ee1728 Ignoring a common folder path from JetBrains CLion 2021-12-07 13:40:15 -06:00
Jonathan Thomas
8265c2b17e Ignoring a common folder path from JetBrains CLion 2021-12-07 13:39:40 -06:00
FeRD (Frank Dana)
95afd9275f Exclude all build* files/directories @ root level
I tend to create multiple build paths at the root of the
project, for testing various configurations. So I'll have
all of `build/`, `build-somebranch`, `build-otherbranch`,
etc. sitting around.

This PR updates the `.gitignore` for the repo to exclude
`/build*`, meaning _anything_ with a name that starts with
`build`, if it's located at the root of the repository tree.
2019-07-06 03:07:10 -04:00
Jonathan Thomas
0d2d5c80a2 Added a .gitignore file to ignore the local build folder and a few project related files that don't need to be checked in. 2015-08-02 20:42:28 -05:00