This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
forked from revbayes/revbayes.archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (63 loc) · 1.77 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
61
62
63
64
# Whitelist
# ----------------------------------------------
!projects/cmake/README.txt
!projects/cmake/regenerate.sh
!projects/cmake/build*
# Blacklist
# ----------------------------------------------
projects/cmake
#src/revlanguage/utils/GitVersion.cpp
src/revlanguage/constants.h
src/ui/constants.h
boost_1_55_0/bootstrap.log
boost_1_55_0/bin.v2
boost_1_55_0/stage/lib
boost_1_55_0/project
boost_1_55_0/project-config.jam
boost_1_55_0/tools/build/v2/engine/bootstrap
boost_1_55_0/b2
boost_1_55_0/bjam
boost_1_55_0/tools/build/v2/engine/bin.macosxx86_64/b2
boost_1_55_0/tools/build/v2/engine/bin.macosxx86_64/bjam
boost_1_55_0/tools/build/v2/engine/bin.linuxx86_64/b2
boost_1_55_0/tools/build/v2/engine/bin.linuxx86_64/bjam
boost_1_60_0/bootstrap.log
boost_1_60_0/bin.v2
boost_1_60_0/stage/lib
boost_1_60_0/libs/config/checks
boost_1_60_0/project
boost_1_60_0/project-config.jam
boost_1_60_0/tools/build/src/engine/bootstrap
boost_1_60_0/tools/build/v2/engine/bootstrap
boost_1_60_0/b2
boost_1_60_0/bjam
boost_1_60_0/tools/build/src/engine/bin.macosxx86_64/b2
boost_1_60_0/tools/build/src/engine/bin.macosxx86_64/bjam
boost_1_60_0/tools/build/src/engine/bin.linuxx86_64/b2
boost_1_60_0/tools/build/src/engine/bin.linuxx86_64/bjam
boost_1_60_0/tools/build/v2/engine/bin.macosxx86_64/b2
boost_1_60_0/tools/build/v2/engine/bin.macosxx86_64/bjam
boost_1_60_0/tools/build/v2/engine/bin.linuxx86_64/b2
boost_1_60_0/tools/build/v2/engine/bin.linuxx86_64/bjam
projects/xcode/revbayes.xcodeproj
.DS_Store
.history
history.txt
.ycm_extra_conf.py
/.dir-locals.el
/GPATH
/GRTAGS
/GTAGS
validation/output/*
# generated files
src/meson.build
src/core/meson.build
src/libs/meson.build
src/revlanguage/meson.build
src/cmd/meson.build
doxygen/html/*
doxygen/latex/*
doxygen/DoxygenWarningLog.txt
.cproject
.project
.settings/