diff options
author | Allen Winter <allen.winter@kdab.com> | 2015-06-01 09:15:01 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2015-06-01 09:15:01 -0400 |
commit | d071f61e7c5eeb078253eff078660126467172b3 (patch) | |
tree | 85417c90fdc4ccb6b5061927e40e5b05efea1d51 /.krazy | |
parent | 013047d93b6f523349e106bf5fafb09f9d8a120e (diff) | |
download | libical-git-d071f61e7c5eeb078253eff078660126467172b3.tar.gz |
.krazy - updated
Diffstat (limited to '.krazy')
-rw-r--r-- | .krazy | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -3,11 +3,21 @@ CHECKSETS foss,c++ EXCLUDE dpointer EXTRA crud,camelcase -#EXTRA style +EXTRA style #Skip foo_export.h SKIP libical_.*_export\.h +#Skip examples +SKIP /examples/ + +#For now skip java +SKIP /java/ +#For now skip python +SKIP /python/ +#For now skip perl +SKIP /Net-ICal-Libical/ + #Skip ancient Apple files SKIP /src/libicalvcal/port\.h SKIP /src/libicalvcal/vcaltmp\. @@ -17,6 +27,8 @@ SKIP /src/libicalvcal/vobject\. #Skip contributed files SKIP /src/libical/astime\.h SKIP /src/libical/caldate\.c +SKIP /cmake/modules/GObjectIntrospectionMacros\.cmake|/cmake/modules/FindGObjectIntrospection\.cmake +SKIP /doc/Doxyfile\.cmake #Skip zoneinfo SKIP /zoneinfo/ |