Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • cellframe/cellframe-sdk
  • MIKA83/cellframe-sdk
2 results
Show changes
Commits on Source (77)
Showing
with 13 additions and 3 deletions
# Prerequisites
build/*
build_stretch/*
test/build
*.d
*.txt.user
*.txt.user.*
*.autosave
......@@ -25,7 +25,7 @@ test/build
*.a
*.la
*.lo
*.autosave
# Shared objects (inc. Windows DLLs)
*.dll
*.so
......@@ -48,7 +48,6 @@ test/build
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
......@@ -58,3 +57,14 @@ dkms.conf
/.cproject
/kelvin-node_logs.txt
/build/
# Autogenerated CMake files
CMakeCache.txt
CMakeFiles/
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
cmake_install.cmake
# Editor's temp files
*~
\ No newline at end of file