pkuvcl / xavs2

An open-source encoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
234 stars 66 forks source link

Update .gitignore for Untracked files #22

Closed 404NetworkError closed 5 years ago

404NetworkError commented 5 years ago

After compiling on Linux, I'm left with 2 'Untracked files':

This PR ignores them by using: build/linux/xavs2*. This is helpful when updating the repo after compiling once before (i.e. git pull after previously running ./configure & make).