-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy path.gitignore
69 lines (63 loc) · 854 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
59
60
61
62
63
64
65
66
67
68
69
# Various
.DS_Store
TAGS
\#*\#
*~
# Compilation Files
*.exe
*.o
*.lo
*.la
*.log
*.sum
*.plist
*.dSYM
config.h.in
.libs/
.metadata/
.project
.cproject
.settings
*.dirstamp
aclocal.m4
autom4te.cache/
config.log
config.lt
config.status
configure
doxygen-doc
Makefile
Makefile.in
ltsmin-*.tar.gz
libtool
ltdl
bin/
share/
include/
lib/.deps/
lib/alloca.h
lib/glthread/.deps/
# Compilation files created from 'h.in' files
lib/limits.h
lib/math.h
lib/signal.h
lib/stdio.h
lib/stdlib.h
lib/string.h
lib/sys/
lib/time.h
lib/unistd.h
lib/wchar.h
# Compilation files for Wine
src/tests/wine-wrapper.sh
testsuite/wine.exp
# MuCalculus files
/src/ltsmin-lib/mucalc-grammar.c
/src/ltsmin-lib/mucalc-grammar.h
/src/ltsmin-lib/mucalc-grammar.out
/src/ltsmin-lib/mucalc-lexer.c
/src/ltsmin-lib/mucalc-lexer.h
# Examples
/examples/*.lps
/examples/abp.pbes
nbproject