Compare commits

..

2 Commits

Author SHA1 Message Date
Jan Engelhardt e48ebc0e36
Merge 7a09a5563c into 01083a64eb 2025-02-10 15:34:34 +01:00
Jan Engelhardt 7a09a5563c Update .gitignore 2025-02-10 15:34:00 +01:00
2 changed files with 7 additions and 8 deletions

14
.gitignore vendored
View File

@ -1,15 +1,12 @@
*~ *~
*.a
*.so
*.so.*
*.o *.o
.ccls-cache .ccls-cache
CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
compile_commands.json compile_commands.json
tags tags
Makefile
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
/build /build
/asc2log /asc2log
@ -47,3 +44,6 @@ tags
/slcand /slcand
/slcanpty /slcanpty
/testj1939 /testj1939
*.so
*.so.*
*.a

View File

@ -126,7 +126,6 @@ if(NOT ANDROID)
set_target_properties(isobusfs PROPERTIES set_target_properties(isobusfs PROPERTIES
PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}" PUBLIC_HEADER "${PUBLIC_HEADER_ISOBUSFS}"
SOVERSION 0
) )
install(TARGETS isobusfs install(TARGETS isobusfs