Add some more 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 *~
12
13 Makefile
14 Makefile.in
15 core
16 log
17 .deps
18 .libs
19 .dirstamp
20
21 /aclocal.m4
22 /autom4te.cache
23 /autoregen.sh
24 /compile
25 /config.guess
26 /config.h
27 /config.h.in
28 /config.log
29 /config.status
30 /config.sub
31 /configure
32 /depcomp
33 /gst-editing-services.spec
34 /install-sh
35 /libtool
36 /ltmain.sh
37 /missing
38 /stamp-h.in
39 /stamp-h1
40
41 /ges/gesmarshal.h
42 /ges/gesmarshal.c
43
44 /docs/version.entities
45
46 /bindings/python/ges.c
47
48 /m4
49 /tests/check/ges/timelineedition
50 /tests/check/ges/timelinegroup
51 /tests/check/ges/material
52 /tests/examples/materials
53
54 /tools/ges-launch-1.0
55 /tests/check/ges/project
56 /tests/examples/assets
57
58 /tests/check/coverage/
59 *gcno
60 *BACKUP*
61 *REMOTE*
62 *LOCAL*
63 *BASE*