Add private plugin data to .gitignore.

This commit is contained in:
Matthias Koefferlein 2017-02-12 16:54:05 +01:00
parent d10f76c880
commit 08676f0a01
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -34,6 +34,8 @@ bin-*
# private data
private
src/plugins/*
!src/plugins/plugins.pro
# QTCreator files
src/klayout.pro.user

View File

@ -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