Skip to content
Snippets Groups Projects
Commit 8122ae10 authored by Clint Armstrong's avatar Clint Armstrong
Browse files

gitignore for custom modules

This gitignore ignores anything in the modules directory while explicitly including modules that ship with simplesamlphp. This allows users to create and maintain custom modules while tracking upstream.
parent 39d55a90
No related branches found
No related tags found
No related merge requests found
# Ignore any files or directories in this directory
/*
!/.gitignore
# Explicitly include modules that ship with simplesamlphp
!/adfs/
!/authcrypt/
!/authfacebook/
!/authlinkedin/
!/authmyspace/
!/authorize/
!/authtwitter/
!/authwindowslive/
!/authX509/
!/authYubiKey/
!/cas/
!/casserver/
!/cdc/
!/consent/
!/consentAdmin/
!/core/
!/cron/
!/discopower/
!/exampleattributeserver/
!/exampleauth/
!/expirycheck/
!/ldap/
!/memcacheMonitor/
!/metarefresh/
!/multiauth/
!/negotiate/
!/oauth/
!/portal/
!/preprodwarning/
!/radius/
!/riak/
!/saml/
!/sanitycheck/
!/smartattributes/
!/sqlauth/
!/statistics/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment