We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a50912 commit 64e9814Copy full SHA for 64e9814
.gitignore
@@ -26,6 +26,14 @@ autom4te.cache
26
/missing
27
/stamp-h1
28
29
+
30
+# cmake and libtool files
31
32
+cmake/ucc-config-version.cmake
33
+cmake/ucc-config.cmake
34
+cmake/ucc-targets.cmake
35
+libtool
36
37
# https://www.gnu.org/software/libtool/
38
39
/ltmain.sh
@@ -58,3 +66,32 @@ Makefile
58
66
59
67
# IDEs
60
68
.idea/
69
+.vscode
70
+*.code-workspace
71
72
+# Files and directories generated during compilation
73
74
+.libs
75
+.deps
76
+.dirstamp
77
78
+*.la
79
+*.lo
80
+*.o
81
+*.so
82
+*.a
83
+*.dwarf
84
+*.dSYM
85
+*.S
86
+*~
87
88
+config.h
89
+src/core/ucc_version.c
90
+src/ucc/api/ucc_version.h
91
+test/gtest/gtest
92
+test/mpi/ucc_test_mpi
93
+tools/info/build_config.h
94
+tools/info/ucc_info
95
+tools/perf/ucc_perftest
96
+modules
97
0 commit comments