generator: update to latest generator
[platform/upstream/gstreamer.git] / .gitignore
1 # AutoTools stuff (or should I call it autohell?)
2 INSTALL
3 autom4te.cache
4 Makefile.in
5 Makefile
6 aclocal.m4
7 config.guess
8 config.status
9 config.sub
10 configure
11 depcomp
12 install-sh
13 libtool
14 ltmain.sh
15 missing
16 stamp-h
17
18 # glue binaries/objects (FIXME: kill the glue, kthxbye)
19 sources/glue/.deps/
20 sources/glue/*.o
21 sources/glue/*.lo
22 sources/glue/*.la
23 sources/glue/.libs/
24
25 # generated by the generator (we don't want anyone to commit these to the repo)
26 sources/generated/*/*.cs
27 sources/glue/generated.c
28 doc/*
29 sources/generated-stamp
30 sources/gstreamer-sharp-api.xml
31
32 # our "bin" folder when using makefile build
33 out/*
34
35 # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
36 [Bb]in/
37 [Oo]bj/
38
39 # mstest test results
40 TestResults
41
42 ## Ignore IDE temporary files, build results, and
43 ## files generated by popular Visual Studio add-ons.
44
45 # User-specific files
46 *.suo
47 *.user
48 *.sln.docstates
49 *.userprefs
50
51 # Build results
52 [Dd]ebug/
53 [Rr]elease/
54 x64/
55 *_i.c
56 *_p.c
57 *.ilk
58 *.meta
59 *.obj
60 *.pch
61 *.pdb
62 *.pgc
63 *.pgd
64 *.rsp
65 *.sbr
66 *.tlb
67 *.tli
68 *.tlh
69 *.tmp
70 *.log
71 *.vspscc
72 *.vssscc
73 .builds
74
75 # Visual C++ cache files
76 ipch/
77 *.aps
78 *.ncb
79 *.opensdf
80 *.sdf
81
82 # Visual Studio profiler
83 *.psess
84 *.vsp
85 *.vspx
86
87 # Guidance Automation Toolkit
88 *.gpState
89
90 # ReSharper is a .NET coding add-in
91 _ReSharper*
92
93 # NCrunch
94 *.ncrunch*
95 .*crunch*.local.xml
96
97 # Installshield output folder 
98 [Ee]xpress
99
100 # DocProject is a documentation generator add-in
101 DocProject/buildhelp/
102 DocProject/Help/*.HxT
103 DocProject/Help/*.HxC
104 DocProject/Help/*.hhc
105 DocProject/Help/*.hhk
106 DocProject/Help/*.hhp
107 DocProject/Help/Html2
108 DocProject/Help/html
109
110 # Click-Once directory
111 publish
112
113 # Publish Web Output
114 *.Publish.xml
115
116 # NuGet Packages Directory
117 packages
118
119 # Windows Azure Build Output
120 csx
121 *.build.csdef
122
123 # Windows Store app package directory
124 AppPackages/
125
126 # Others
127 [Bb]in
128 [Oo]bj
129 sql
130 TestResults
131 [Tt]est[Rr]esult*
132 *.Cache
133 ClientBin
134 [Ss]tyle[Cc]op.*
135 ~$*
136 *.dbmdl
137 Generated_Code #added for RIA/Silverlight projects
138
139 # Backup & report files from converting an old project file to a newer
140 # Visual Studio version. Backup files are not needed, because we have git ;-)
141 _UpgradeReport_Files/
142 Backup*/
143 UpgradeLog*.XML