obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.8k stars 701 forks source link

base: Remove unnecessary entries in .gitignore #1123

Closed norihiro closed 1 year ago

norihiro commented 1 year ago

Description

Removes the entries for generated files from .gitignore file.

Motivation and Context

the commit 21886adb3 moves the destination of the generated files into the build directory so that it is unnecessary to hide the generated files by .gitignore. By removing these entries, it's easier to find the unnecessary files by git status command.

How Has This Been Tested?

Tested OS(s): Fedora 36

Types of changes

Checklist:

norihiro commented 1 year ago

I followed the history and put the prefix base: to the commit title. Let me know if it's wrong.