-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitignore
60 lines (55 loc) · 1.34 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
*~
# Cmake and configure generated files
config.log
config.status
CMakeFiles/
cmake_install.cmake
CMakeCache.txt
CPackConfig.cmake
CPackSourceConfig.cmake
DartConfiguration.tcl
ImportExecutables.cmake
# Exclude the Ctest helpers
CTestTestfile.cmake
# Other temporary files
parsec/include/parsec.pc
parsec/include/parsec_config.h
parsec/include/dplasma.pc
parsec/include/parsec.pc
parsec/mca/mca_static_components.h
# And all Makefiles
^Makefile$
parsec/Makefile
parsec/fortran/Makefile
parsec/interfaces/ptg/q2j/Makefile
parsec/interfaces/ptg/ptg-compiler/Makefile
data_dist/Makefile
data_dist/matrix/Makefile
docs/Makefile
docs/doxygen/Doxyfile
dplasma/Makefile
dplasma/cores/Makefile
dplasma/include/Makefile
dplasma/lib/Makefile
dplasma/testing/Makefile
tests/Makefile
tests/all2all/Makefile
tests/branching/Makefile
tests/choice/Makefile
tests/controlgather/Makefile
tests/generalized_reduction/Makefile
tests/interfaces/superscalar/Makefile
tests/merge_sort/Makefile
tests/pingpong/Makefile
tests/profiling/Makefile
tests/scheduling/Makefile
tests/unit/Makefile
tools/Makefile
tools/profiling/Makefile
tools/profiling/python/Makefile
# contrib/build_with_parsec tests
contrib/build_with_parsec/Makefile
contrib/build_with_parsec/dtd_test_allreduce
contrib/build_with_parsec/write_check
contrib/build_with_parsec/write_check.c
contrib/build_with_parsec/write_check.h