Update .gitignore - Exclude test files and binaries
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,7 +1,8 @@
|
|||||||
# GWEncoder v3.0 - Git Ignore File
|
# GWEncoder v3.0 - Git Ignore File
|
||||||
|
|
||||||
# Compiled binaries
|
# Compiled binaries
|
||||||
gwencoder
|
/gwencoder/gwencoder
|
||||||
|
/gwencoder/main
|
||||||
gwencoder_binary
|
gwencoder_binary
|
||||||
*.exe
|
*.exe
|
||||||
*.dll
|
*.dll
|
||||||
@@ -29,7 +30,8 @@ gwencoder_config.json
|
|||||||
gwenquick_config.json
|
gwenquick_config.json
|
||||||
gwencode_config.json
|
gwencode_config.json
|
||||||
|
|
||||||
# Test output files
|
# Test files and output files
|
||||||
|
testvid.webm
|
||||||
*-AV1-*-GWELL.*
|
*-AV1-*-GWELL.*
|
||||||
*-GWELL.*
|
*-GWELL.*
|
||||||
test_*.mp4
|
test_*.mp4
|
||||||
|
|||||||
Reference in New Issue
Block a user