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