forked from dylan-lang/opendylan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
40 lines (40 loc) · 1.27 KB
/
.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
*~
*.pyc
Makefile
/aclocal.m4
/Bootstrap.*/
/config.log
/config.status
/configure
/build-aux/
/autom4te*.cache/
/sources/bootstrap1-registry/
/sources/corba/scepter/front-end/file/parser.dylan
/sources/corba/orb/iop-protocol/
/sources/corba/orb/ir-protocol/
/sources/corba/orb/ir-stubs/
/sources/corba/services/naming/naming-protocol/
/sources/corba/services/naming/naming-skeletons/
/sources/corba/services/naming/naming-stubs/
/sources/app/llvm-tablegen/tablegen-parser.dylan
/sources/jamfiles/config.jam
/sources/lib/llvm/llvm-asm-parser.dylan
/sources/lib/run-time/*-runtime.bc
/sources/lib/run-time/collector.obj
/sources/lib/run-time/dylan-plinth.lib
/sources/lib/run-time/dylan-support.lib
/sources/lib/run-time/heap-*.obj
/sources/lib/run-time/llvm-*-runtime.h
/sources/lib/run-time/mach_exc*
/sources/lib/run-time/minvcrt.exp
/sources/lib/run-time/minvcrt.lib
/sources/lib/run-time/mpsiowin32.obj
/sources/lib/run-time/obj-*
/sources/lib/run-time/pentium-run-time.lib
/sources/lib/run-time/plinth.obj
/sources/lib/run-time/windows-*.obj
/sources/runtime-manager/debugger-nub/protocol/
/sources/runtime-manager/debugger-nub/skeletons/
/sources/runtime-manager/debugger-nub/stubs/
/sources/runtime-manager/debugger-nub/x86-win32/devnub.lib
/sources/runtime-manager/debugger-nub/x86-win32/*.obj