jekyll exclude list
using multiline syntax and alphabetizing added exe files explicitly, maybe this will finally suppress the warning e-mail... but probably not
This commit is contained in:
parent
79c42a8eea
commit
309e30bea6
44
_config.yml
44
_config.yml
|
@ -1,5 +1,43 @@
|
||||||
# jekyll configuration for github pages
|
# jekyll configuration for github pages
|
||||||
|
|
||||||
# ignore stuff not part of the website
|
# ignore stuff not part of the website, everything except:
|
||||||
# (especially ignore things that contain executables that generate a warning on every build)
|
# - documentation/
|
||||||
exclude: [ "vc", "src", "output", "pipelines", "m4", "gfceu", "getSDLKey", "fceux-server", "attic" ]
|
# - web/
|
||||||
|
# - fceux.png
|
||||||
|
# - index.html
|
||||||
|
exclude:
|
||||||
|
- attic
|
||||||
|
- fceux-server
|
||||||
|
- getSDLKey
|
||||||
|
- gfceu
|
||||||
|
- m4
|
||||||
|
- output
|
||||||
|
- pipelines
|
||||||
|
- src
|
||||||
|
- vc
|
||||||
|
- .gitignore
|
||||||
|
- COPYING
|
||||||
|
- ChangeLog
|
||||||
|
- INSTALL
|
||||||
|
- Makefile.am
|
||||||
|
- NEWS
|
||||||
|
- NewPPUtests.txt
|
||||||
|
- README
|
||||||
|
- SConstruct
|
||||||
|
- STYLE-GUIDELINES-SDL
|
||||||
|
- TODO-SDL
|
||||||
|
- _config.yml
|
||||||
|
- appveyor.yml
|
||||||
|
- autogen.sh
|
||||||
|
- azure-pipelines.yml
|
||||||
|
- changelog.txt
|
||||||
|
- configure.ac
|
||||||
|
- debian-crossbuild.sh
|
||||||
|
- doxygen
|
||||||
|
- fceux.desktop
|
||||||
|
- readme.md
|
||||||
|
- fceux-server/fceux-net-server.exe
|
||||||
|
- vc/BizHawk.Build.Tool.exe
|
||||||
|
- vc/pscp.exe
|
||||||
|
- vc/upx.exe
|
||||||
|
- vc/zip.exe
|
||||||
|
|
Loading…
Reference in New Issue