Add some ignore files to .gitignore
[platform/upstream/gst-editing-services.git] / .gitignore
1 *.o
2 *.bak
3 *.orig
4 *.diff
5 *.patch
6 *.so
7 *.a
8 *.la
9 *.lo
10 *.pyc
11 *.page
12 *.swp
13 *~
14 core.*
15
16 Makefile
17 Makefile.in
18 core
19 log
20 .deps
21 .libs
22 .dirstamp
23
24 /aclocal.m4
25 /autom4te.cache
26 /autoregen.sh
27 /compile
28 /config.guess
29 /config.h
30 /config.h.in
31 /config.log
32 /config.status
33 /config.sub
34 /configure
35 /depcomp
36 /gst-editing-services.spec
37 /install-sh
38 /libtool
39 /ltmain.sh
40 /missing
41 /py-compile
42 /stamp-h.in
43 /stamp-h1
44
45 /ges/gesmarshal.h
46 /ges/gesmarshal.c
47 /ges/ges-version.h
48
49 /docs/version.entities
50
51 /bindings/python/ges.c
52
53 /m4
54
55 /test-driver
56 /tests/check/*.log
57 /tests/check/*.trs
58 /tests/check/*/*.log
59 /tests/check/*/*.trs
60
61 /tests/check/ges/group
62 /tests/check/ges/material
63 /tests/check/ges/mixers
64 /tests/check/ges/timelineedition
65 /tests/check/ges/timelinegroup
66 /tests/check/ges/uriclip
67 /tests/check/integration
68 /tests/benchmarks/timeline
69 /tests/examples/materials
70
71 /tests/check/nle/simple
72 /tests/check/nle/complex
73 /tests/check/nle/nlecomposition
74 /tests/check/nle/nleoperation
75 /tests/check/nle/nlesource
76
77 /tools/ges-launch-1.0
78 /tests/check/ges/project
79 /tests/examples/assets
80
81 /tests/check/coverage/
82 *gcno
83 *BACKUP*
84 *REMOTE*
85 *LOCAL*
86 *BASE*
87 *anjuta*