-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.gitignore
52 lines (48 loc) · 1015 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
# SPDX-FileCopyrightText: The Bio++ Development Group
#
# SPDX-License-Identifier: CECILL-2.1
# files to be ignored
*.tag
CMakeCache.txt
CMakeFiles
*.cmake
*.cmake.in
Makefile
html
install_manifest.txt
.clang*
*.sw*
build
test/*.fasta
test/*.dnd
test/new_dataflow
test/new_likelihood_example
test/test_bowker
test/test_character_model
test/test_detailed_simulations
test/test_distance_estimation
test/test_joint_likelihood_function
test/test_likelihood
test/test_likelihood_allelic
test/test_likelihood_clock
test/test_likelihood_collection
test/test_likelihood_hmm
test/test_likelihood_multinomial
test/test_likelihood_nh
test/test_likelihood_probseq
test/test_mapping
test/test_mapping_codon
test/test_models
test/test_nhx
test/test_parsimony
test/test_parsimony_solution
test/test_relax
test/test_simulations
test/test_stochastic_mapping
test/test_tree
test/test_tree_getpath
test/test_tree_iterator
test/test_tree_rootat
# file to be specifically not ignored by previous rules
!/CTestConfig.cmake
!/cmake/*