forked from veg/hyphy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
61 lines (53 loc) · 849 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
# Standard
.svn/
*.tmp
*~
.DS_Store
src/ocl/opencl_kernels.h
*.cxx
tags
.ctags
*.plist
.vscode/
# CMake generated files
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
cmake_uninstall.cmake
CMakeScripts/
HyPhy.build/
HyPhy.xcodeproj
# HYPHY binaries
hyphy
HYPHYMP
HYPHYMPI
HyPhy.app
iHyPhyDebug.app
HYPHYDEBUG
HYPHYDEBUG.dSYM
# GTEST
HYPHYGTEST
contrib/gtest-1.7.0/libgtest.a
contrib/gtest-1.7.0/CMakeScripts
contrib/gtest-1.7.0/HyPhy.build
contrib/gtest-1.7.0/gtest.xcodeproj/
gmon.out
#HyPhy generated files
**/*.log*
**/*.log*
**/data/*.samples*
messages.log
errors.log
tests/hbltests/libv3/data/CD2.nex.*.json
tests/hbltests/data/tempFileTesting*
tempOutput.txt
tests/hbltests/data/CD2*.json
testMethodOutput
tests/hbltests/data/CD2*.cache
test
#Utility function
remake_hyphy.sh
remake_hyphydebug.sh
docs.md