Files
libopenshot-audio/.gitignore
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

5 lines
36 B
Plaintext

/build*
.DS_Store
.settings
.idea/*