You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
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.
10 lines
85 B
Plaintext
10 lines
85 B
Plaintext
/build*
|
|
*.DS_Store
|
|
.pydevproject
|
|
.settings
|
|
.idea/*
|
|
.project
|
|
.cproject
|
|
/.metadata/
|
|
*~
|