-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (59 loc) · 880 Bytes
/
.gitignore
File metadata and controls
69 lines (59 loc) · 880 Bytes
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
build-aux/
autom4te.cache/
config.log
config.status
configure
aclocal.m4
Makefile
Makefile.in
libtool
libtool.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
config.h
stamp-h1
*.deps
*.dirstamp
*.log
*.trs
.libs
*.la
*.lo
*.o
*.d
*.swp
unit
main
main.exe
test/test
pharmmlcpp-*.zip
pharmmlcpp-*.tar.gz
utils/pharmmltool
utils/pharmmltool.exe
utils/sotool
utils/sotool.exe
pharmml2mdl/pharmml2mdl
pharmml2poped/pharmml2poped
utils/*.tar.gz
utils/pharmmlutils-*-windows-x64.zip
utils/pharmmlutils-*-windows-x64.exe
test/xml-roundtrip-test/results
test/xml-roundtrip-test/output
html/*
latex/*
windep
release
spec-docs/
pharmml_internalRelease_0_8_1/pharmml-examples/
peripheral/
.gdb_history
powermake
test/mdl-roundtrip-test
!test/mdl-roundtrip-test/mdl_roundtrip_test.sh
!test/mdl-roundtrip-test/*/README.txt
# vim files
.ycm_extra_conf.py
.ycm_extra_conf.pyc
*~