-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
73 lines (73 loc) · 1.43 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Makefile
Makefile.in
*.lo
*.la
*.o
*~
/aclocal.m4
/autom4te.cache
config.h.in
/config.log
/config.status
/libtool
/tmp
/config
/m4/
/test/log/
/test/lib/
/chupatext/chupa_version.h
/chupatext/config.h
/chupatext/stamp-h1
/chupatext/chupa
/configure
.deps/
.libs/
strace.out
/po/Makefile.in.in
/po/POTFILES
/po/stamp-it
/chupatext/chupa_enum_types.c
/chupatext/chupa_enum_types.h
/chupatext/chupa_marshalers.c
/chupatext/chupa_marshalers.h
/chupatext/stamp-chupa_enum_types-c
/chupatext/stamp-chupa_enum_types-h
/apt/debian/
/apt/ubuntu/
.gdb_history
/*.tar.gz
/*.pc
/test/.chupatext/
/chupatext/chupatext
/version.txt
/misc/
/doc/*.man
/doc/*.jman
/doc/reference/*.stamp
/doc/reference/tmpl/
/doc/reference/xml/
/doc/reference/html/
/doc/reference/ja/
/doc/reference/chupatext-decl-list.txt
/doc/reference/chupatext-decl.txt
/doc/reference/chupatext-overrides.txt
/doc/reference/chupatext-sections.txt
/doc/reference/chupatext-undeclared.txt
/doc/reference/chupatext-undocumented.txt
/doc/reference/chupatext-unused.txt
/doc/reference/chupatext.args
/doc/reference/chupatext.hierarchy
/doc/reference/chupatext.interfaces
/doc/reference/chupatext.pot
/doc/reference/chupatext.prerequisites
/doc/reference/chupatext.signals
/doc/reference/chupatext.types
/doc/reference/main.sgml
/doc/reference/version.xml
/doc/reference/readme.*
/doc/reference/chupatext.xml*
/doc/reference/news.*
/doc/reference/install-to-*
/doc/reference/*.bak
/doc/reference/tmp/
/acinclude.m4