-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (43 loc) · 765 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (43 loc) · 765 Bytes
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
.DS_Store
mise.toml
/.bundle/
/.yardoc
/Gemfile.lock
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
/lib/*.so
*.gem
*.bundle
*.dSYM/
*.o
ext/**/Makefile
screenshots/unverified/
screenshots/diffs/
screenshots/logs
/recordings/
# ext/trofs build artifacts
ext/trofs/*.dylib
ext/trofs/*.so
ext/trofs/config.log
ext/trofs/config.status
ext/trofs/pkgIndex.tcl
ext/trofs/library/trofs.tcl
ext/trofs/tests/upstream/load.tcl
ext/trofs/autom4te.cache/
# ROM files (not distributable)
*.nes
# teek-sdl2 build artifacts
teek-sdl2/lib/*.bundle
teek-sdl2/lib/*.so
teek-sdl2/ext/**/Makefile
# Doc build artifacts
docs_site/_api/
docs_site/_site/
docs_site/.jekyll-cache/
docs_site/assets/js/search-data.json
docs_site/_includes/nav.html
docs_site/_includes/stats.html