remove packaging files removed upstream
[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
42 # /doc/
43 /doc/api
44 /doc/Makefile
45 /doc/Makefile.in
46
47 # /m4/
48 /m4/lt~obsolete.m4
49 /m4/ltoptions.m4
50 /m4/ltsugar.m4
51 /m4/ltversion.m4
52 /m4/libtool.m4
53
54 # /saml/
55 /saml/Debug
56 /saml/*.user
57 /saml/.deps
58 /saml/.libs
59 /saml/Makefile
60 /saml/Makefile.in
61 /saml/Release
62 /saml/x64
63
64 # /samlsign/
65 /samlsign/Debug
66 /samlsign/Release
67 /samlsign/*.user
68 /samlsign/Makefile.in
69 /samlsign/Makefile
70 /samlsign/x64
71 /samlsign/samlsign
72 /samlsign/.libs
73 /samlsign/.deps
74
75 # /samltest/
76 /samltest/Debug
77 /samltest/*.user
78 /samltest/*.cpp
79 /samltest/.deps
80 /samltest/.libs
81 /samltest/Makefile
82 /samltest/Makefile.in
83 /samltest/samltest
84 /samltest/Release
85 /samltest/x64
86
87 # /samltest/encryption/
88 /samltest/encryption/*.cpp
89
90 # /samltest/saml1/binding/
91 /samltest/saml1/binding/*.cpp
92
93 # /samltest/saml1/core/impl/
94 /samltest/saml1/core/impl/*.cpp
95
96 # /samltest/saml1/profile/
97 /samltest/saml1/profile/*.cpp
98
99 # /samltest/saml2/binding/
100 /samltest/saml2/binding/*.cpp
101
102 # /samltest/saml2/core/impl/
103 /samltest/saml2/core/impl/*.cpp
104
105 # /samltest/saml2/metadata/
106 /samltest/saml2/metadata/*.cpp
107
108 # /samltest/saml2/profile/
109 /samltest/saml2/profile/*.cpp
110
111 # /samltest/security/
112 /samltest/security/*.cpp
113
114 # /samltest/signature/
115 /samltest/signature/*.cpp
116
117 # /schemas/
118 /schemas/Makefile
119 /schemas/Makefile.in
120 /schemas/saml10-catalog.xml
121 /schemas/saml11-catalog.xml
122 /schemas/saml20-catalog.xml