Skip to content

Commit 64e9814

Browse files
CODESTYLE: Update gitignore file (openucx#510)
makes git status easier to parse Co-authored-by: Sergey Lebedev <[email protected]>
1 parent 0a50912 commit 64e9814

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.gitignore

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ autom4te.cache
2626
/missing
2727
/stamp-h1
2828

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+
2937
# https://www.gnu.org/software/libtool/
3038

3139
/ltmain.sh
@@ -58,3 +66,32 @@ Makefile
5866

5967
# IDEs
6068
.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

Comments
 (0)