-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (46 loc) · 907 Bytes
/
.gitignore
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
46
47
48
49
50
51
52
53
54
55
56
# generated and cache files
*.pyc
.mypy_cache/
# logs
logs/*
# exclude media files not specifically included
media/**/*
!media/generic/
!media/publisher/
!media/startup/
!media/startup/*
!media/system/
!media/default.png
!media/README.md
# exclude artwork fetched from gitlab
artwork/recalbox-next/
artwork/recalbox_logos/
# exclude artwork specific to my arcade
artwork/astrocade/
# personal sync script
sync_to_pi.sh*
# exclude release archives & generated BUILD file
BUILD
build/dynquee*.zip
build/release_HOWTO.md
build/patch_HOWTO.md
releases/
# misc
examples/
info/
scripts/
recalbox_images/
demo
todo.md
# ignore files copied from install/ by install scripts
xrandr_cmd.txt
startup_pc.sh
# ignore files created when testing PC install script
tests/xinitrc
tests/rc.xml
tests/rc.xml.dynquee.orig
tests/xinitrc.dynquee.orig
# ignore update test files
tests/update/
tests/config
tests/init.d/