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