-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitignore
59 lines (53 loc) · 889 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
57
58
#Object files
*.o
*.ko
*.obj
*.elf
*.cmi
*.cmo
# Libraries
*.lib
*.a
*.ktt
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
bin/*
src/doupd
src/driver
#vim
*.swp
tags
# Generated files
dsu.c
dsu.*.c
dsu.h
contrib/interval_tree/interval_test
tools/cil-1.3.7/src/formatparse.output
tools/cil-1.3.7/src/frontc/cparser.output
tools/ocaml-src/tools/.depend.input
tools/ocaml-src/tools/xflexer.ml
tools/ocaml-src/tools/xfparser.ml
tools/ocaml-src/tools/xfparser.mli
bin/*
tools/cil-1.3.7/Makefile
tools/cil-1.3.7/bin/CilConfig.pm
tools/cil-1.3.7/bin/cilly.bat
tools/cil-1.3.7/bin/patcher.bat
tools/cil-1.3.7/config.h
tools/cil-1.3.7/config.log
tools/cil-1.3.7/config.mk
tools/cil-1.3.7/config.status
tools/cil-1.3.7/lib/Cilly.pm
tools/cil-1.3.7/obj/
tools/cil-1.3.7/ocamlutil/perfcount.c
tools/cil-1.3.7/src/machdep-ml.c