forked from dylan-lang/opendylan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (59 loc) · 2.04 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# If you add something here, you may also want to update the `clean` or
# `distclean` target in Makefile.in to remove the ignored files.
*.pyc
*~
/Makefile
/aclocal.m4
/Bootstrap.*/
/config.log
/config.status
/configure
/config/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/corba/demos/bank/bank/protocol/
/sources/corba/demos/bank/bank/skeletons/
/sources/corba/demos/bank/bank/stubs/
/sources/corba/demos/chat/protocol/
/sources/corba/demos/chat/skeletons/
/sources/corba/demos/chat/stubs/
/sources/corba/demos/corba-hello-world/protocol/
/sources/corba/demos/corba-hello-world/skeletons/
/sources/corba/demos/corba-hello-world/stubs/
/sources/corba/demos/pente/protocol/
/sources/corba/demos/pente/skeletons/
/sources/corba/demos/pente/stubs/
/sources/app/llvm-tablegen/tablegen-parser.dylan
/sources/jamfiles/Makefile
/sources/jamfiles/config.jam
/sources/lib/llvm/llvm-asm-parser.dylan
/sources/lib/run-time/Makefile
/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
/sources/corba/tests/idl/protocol/
/sources/corba/tests/idl/skeletons/
/sources/corba/tests/idl/stubs/