add .DS_Store to gitignore and fix spaces

This commit is contained in:
Davide Gerhard 2019-05-02 16:07:37 +02:00
parent bec2eb209b
commit f39aaf9ce1
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ debian/debhelper-build-stamp
obj-x86_64-linux-gnu/*
**/venv*/
*.pyc
.DS_Store

View File

@ -350,10 +350,10 @@ endif()
############ install targets ################
install(TARGETS sdrangelbench DESTINATION ${INSTALL_BIN_DIR})
if (BUILD_GUI)
install(TARGETS sdrangel DESTINATION ${INSTALL_BIN_DIR})
install(TARGETS sdrangel DESTINATION ${INSTALL_BIN_DIR})
endif()
if (BUILD_SERVER)
install(TARGETS sdrangelsrv DESTINATION ${INSTALL_BIN_DIR})
install(TARGETS sdrangelsrv DESTINATION ${INSTALL_BIN_DIR})
endif()
#install files and directories (linux specific)