Add workspace files.
[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 /doxyfile
26 /release
27 /x64
28 /Portfile
29 /*.gz
30 /*.sdf
31 /*.opensdf
32 /ipch
33 /build-aux
34 /build
35
36 # /doc/
37 /doc/api
38 /doc/Makefile
39 /doc/Makefile.in
40
41 # /m4/
42 /m4/lt~obsolete.m4
43 /m4/ltoptions.m4
44 /m4/ltsugar.m4
45 /m4/ltversion.m4
46 /m4/libtool.m4
47
48 # /saml/
49 /saml/Debug
50 /saml/*.user
51 /saml/.deps
52 /saml/.libs
53 /saml/Makefile
54 /saml/Makefile.in
55 /saml/Release
56 /saml/x64
57
58 # /samlsign/
59 /samlsign/Debug
60 /samlsign/Release
61 /samlsign/*.user
62 /samlsign/Makefile.in
63 /samlsign/Makefile
64 /samlsign/x64
65 /samlsign/samlsign
66 /samlsign/.libs
67 /samlsign/.deps
68
69 # /samltest/
70 /samltest/Debug
71 /samltest/*.user
72 /samltest/*.cpp
73 /samltest/.deps
74 /samltest/.libs
75 /samltest/Makefile
76 /samltest/Makefile.in
77 /samltest/samltest
78 /samltest/Release
79 /samltest/x64
80
81 # /samltest/encryption/
82 /samltest/encryption/*.cpp
83
84 # /samltest/saml1/binding/
85 /samltest/saml1/binding/*.cpp
86
87 # /samltest/saml1/core/impl/
88 /samltest/saml1/core/impl/*.cpp
89
90 # /samltest/saml1/profile/
91 /samltest/saml1/profile/*.cpp
92
93 # /samltest/saml2/binding/
94 /samltest/saml2/binding/*.cpp
95
96 # /samltest/saml2/core/impl/
97 /samltest/saml2/core/impl/*.cpp
98
99 # /samltest/saml2/metadata/
100 /samltest/saml2/metadata/*.cpp
101
102 # /samltest/saml2/profile/
103 /samltest/saml2/profile/*.cpp
104
105 # /samltest/security/
106 /samltest/security/*.cpp
107
108 # /samltest/signature/
109 /samltest/signature/*.cpp
110
111 # /schemas/
112 /schemas/Makefile
113 /schemas/Makefile.in
114 /schemas/saml10-catalog.xml
115 /schemas/saml11-catalog.xml
116 /schemas/saml20-catalog.xml