Add option for schema validation.
[shibboleth/opensaml2.git] / .gitignore
1
2 # /
3 /*.ncb
4 /*.suo
5 /debug
6 /aclocal.m4
7 /autom4te.cache
8 /config.guess
9 /config.h
10 /config.h.in
11 /config.log
12 /config.status
13 /config.sub
14 /configure
15 /depcomp
16 /install-sh
17 /libtool
18 /Makefile
19 /Makefile.in
20 /missing
21 /opensaml.spec
22 /pkginfo
23 /stamp-h1
24 /.settings
25 /.autotools
26 /.cproject
27 /.project
28 /doxyfile
29 /release
30 /x64
31 /Portfile
32 /*.gz
33 /*.sdf
34 /*.opensdf
35 /ipch
36 /build-aux
37 /build
38
39 # /doc/
40 /doc/api
41 /doc/Makefile
42 /doc/Makefile.in
43
44 # /m4/
45 /m4/lt~obsolete.m4
46 /m4/ltoptions.m4
47 /m4/ltsugar.m4
48 /m4/ltversion.m4
49 /m4/libtool.m4
50
51 # /saml/
52 /saml/Debug
53 /saml/*.user
54 /saml/.deps
55 /saml/.libs
56 /saml/Makefile
57 /saml/Makefile.in
58 /saml/Release
59 /saml/x64
60
61 # /samlsign/
62 /samlsign/Debug
63 /samlsign/Release
64 /samlsign/*.user
65 /samlsign/Makefile.in
66 /samlsign/Makefile
67 /samlsign/x64
68 /samlsign/samlsign
69 /samlsign/.libs
70 /samlsign/.deps
71
72 # /samltest/
73 /samltest/Debug
74 /samltest/*.user
75 /samltest/*.cpp
76 /samltest/.deps
77 /samltest/.libs
78 /samltest/Makefile
79 /samltest/Makefile.in
80 /samltest/samltest
81 /samltest/Release
82 /samltest/x64
83
84 # /samltest/encryption/
85 /samltest/encryption/*.cpp
86
87 # /samltest/saml1/binding/
88 /samltest/saml1/binding/*.cpp
89
90 # /samltest/saml1/core/impl/
91 /samltest/saml1/core/impl/*.cpp
92
93 # /samltest/saml1/profile/
94 /samltest/saml1/profile/*.cpp
95
96 # /samltest/saml2/binding/
97 /samltest/saml2/binding/*.cpp
98
99 # /samltest/saml2/core/impl/
100 /samltest/saml2/core/impl/*.cpp
101
102 # /samltest/saml2/metadata/
103 /samltest/saml2/metadata/*.cpp
104
105 # /samltest/saml2/profile/
106 /samltest/saml2/profile/*.cpp
107
108 # /samltest/security/
109 /samltest/security/*.cpp
110
111 # /samltest/signature/
112 /samltest/signature/*.cpp
113
114 # /schemas/
115 /schemas/Makefile
116 /schemas/Makefile.in
117 /schemas/saml10-catalog.xml
118 /schemas/saml11-catalog.xml
119 /schemas/saml20-catalog.xml