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