Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_config.yml - github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 016593132406b607091388312eca89cd4fc343e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# jekyll configuration for github pages

# ignore stuff not part of the website, everything except:
# - documentation/
# - 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
  - STYLE-GUIDELINES-SDL
  - TODO-SDL
  - _config.yml
  - appveyor.yml
  - autogen.sh
  - azure-pipelines.yml
  - changelog.txt
  - configure.ac
  - 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

# Include all .js and .json files that start with an '_'
include: [ "_*.js", "_*.json" ]