ignore .dir-locals.el in cmake build
This commit is contained in:
parent
875d328c18
commit
59d5bdc8ca
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ set(PKG_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/SuperCollider)
|
|||
file(GLOB scel_sources
|
||||
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.el)
|
||||
|
||||
list(REMOVE_ITEM scel_sources ".dir-locals.el")
|
||||
|
||||
# if w3m in installed locally add to the load-path
|
||||
file(GLOB local-load-path
|
||||
LIST_DIRECTORIES true
|
||||
|
|
Loading…
Reference in a new issue