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