mirror of https://github.com/KLayout/klayout.git
Add private plugin data to .gitignore.
This commit is contained in:
parent
d10f76c880
commit
08676f0a01
|
|
@ -34,6 +34,8 @@ bin-*
|
|||
|
||||
# private data
|
||||
private
|
||||
src/plugins/*
|
||||
!src/plugins/plugins.pro
|
||||
|
||||
# QTCreator files
|
||||
src/klayout.pro.user
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
# Automatically include all sub-folders, but not the .pro file
|
||||
SUBDIR_LIST = $$files($$PWD/*)
|
||||
SUBDIR_LIST -= $$PWD/plugins.pro
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue