forked from BartmanAbyss/vscode-amiga-debug
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
47 lines (45 loc) · 783 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
out
dist
node_modules
.vscode-test/
*.vsix
*.dmp
bin/**/winuae.ini
bin/dh0/runme.exe
bin/**/*.uae
bin/**/*.fs-uae
bin/**/*.uss
bin/**/configuration.*
bin/dh0/s/startup-sequence
bin/**/*.ini
bin/**/winuaebootlog.txt
bin/**/debug
template/obj8mingw
!template/obj/
template/obj/*
!template/obj/DELETE.ME
template/.vscode/settings.json
!template/out/
template/out/*
!template/out/DELETE.ME
template_libs/obj8mingw
!template_libs/obj/
template_libs/obj/*
!template_libs/obj/DELETE.ME
template_libs/.vscode/settings.json
!template_libs/out/
template_libs/out/*
!template_libs/out/DELETE.ME
src/test/suite/data/private
src/test/suite/data/output
package.json
bin/*.exp
bin/*.lib
profile
# Generated by ci/ scripts
/binutils-gdb/
/build-binutils-gdb/
/build-gcc/
/gcc/
/output/
.DS_Store