blob: 9c72138c9cc3161192d737e95969fddc47b31701 (
plain) (
blame)
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
|
# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# autotools
/autom4te.cache
Makefile.in
/config.*
/ABOUT-NLS
/aclocal.m4
/configure
/depcomp
/install-sh
/missing
/py-compile
# gettext
/po/*.gmo
/po/Makefile.in.in
/po/Rules-quot
/po/boldquot.sed
/po/Makevars.template
/po/en@boldquot.header
/po/en@quot.header
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sin
|