Commit Graph

4 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
35772809c7 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:14:09 -04:00
FeRD (Frank Dana)
ab46eea1c4 Remove accidentally-committed tilde files
I snuck `src/bindings/*/CMakeLists.txt~` files into one of my
recent commits somehow. This commit removes them, and adds an
explicit `*~` to `.gitignore` to help prevent a repeat occurrence.
2019-04-06 06:17:44 -04:00
Frank Dana
c56b5bf532 Remove Eclipse files and add to gitignore (#178) 2019-01-14 15:10:57 -06:00
Jonathan Thomas
8bd9e43cd5 Added a .gitignore file to ignore the local build folder, and a few other project related files that don't need to be checked in. 2015-08-02 20:35:45 -05:00