Skip to content

Commit

Permalink
CODESTYLE: Update gitignore file (#510)
Browse files Browse the repository at this point in the history
makes git status easier to parse

Co-authored-by: Sergey Lebedev <[email protected]>
  • Loading branch information
edgargabriel and Sergei-Lebedev authored May 19, 2022
1 parent 0a50912 commit 64e9814
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ autom4te.cache
/missing
/stamp-h1


# cmake and libtool files

cmake/ucc-config-version.cmake
cmake/ucc-config.cmake
cmake/ucc-targets.cmake
libtool

# https://www.gnu.org/software/libtool/

/ltmain.sh
Expand Down Expand Up @@ -58,3 +66,32 @@ Makefile

# IDEs
.idea/
.vscode
*.code-workspace

# Files and directories generated during compilation

.libs
.deps
.dirstamp

*.la
*.lo
*.o
*.so
*.a
*.dwarf
*.dSYM
*.S
*~

config.h
src/core/ucc_version.c
src/ucc/api/ucc_version.h
test/gtest/gtest
test/mpi/ucc_test_mpi
tools/info/build_config.h
tools/info/ucc_info
tools/perf/ucc_perftest
modules

0 comments on commit 64e9814

Please sign in to comment.