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