-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitignore
More file actions
94 lines (89 loc) · 1.52 KB
/
Copy path.gitignore
File metadata and controls
94 lines (89 loc) · 1.52 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
*~
*.[adio]
*.l[ao]
*.gdb
*.pyc
*.deps
*.libs
*.patch
*.orig
*.rej
*.diff
/portage-utils-*
contrib
a.out*
lib*.so*
core
.gdb_history
.gdbinit
aclocal.m4
autom4te.cache
build
config.cache
config.h
config.log
config.status
libtool
stamp-h1
INSTALL
Makefile
/tests/init.sh
/tests/qmanifest/root/.gnupg/random_seed
/tests/install/
/man/*.1
# ignore the binary and symlinks produced by q -i
/q
/qatom
/qcheck
/qdepends
/qfile
/qglsa
/qgrep
/qkeyword
/qlist
/qlop
/qmanifest
/qmerge
/qpkg
/qsearch
/qsize
/qtbz2
/qtegrity
/quse
/qwhich
/qxpak
# BEGIN GNULIB -- keep this at the end of this file
# regenerate using:
# ls autotools/gnulib/*.in.h | sed -e 's/\.in\.h/.h/' | sed -e 's:_:/: | sed -e 's:^:/:'
# or use autogen.sh
/autotools/gnulib/alloca.h
/autotools/gnulib/assert.h
/autotools/gnulib/byteswap.h
/autotools/gnulib/dirent.h
/autotools/gnulib/errno.h
/autotools/gnulib/error.h
/autotools/gnulib/fcntl.h
/autotools/gnulib/getopt-cdefs.h
/autotools/gnulib/getopt.h
/autotools/gnulib/inttypes.h
/autotools/gnulib/limits.h
/autotools/gnulib/locale.h
/autotools/gnulib/stdckdint.h
/autotools/gnulib/stddef.h
/autotools/gnulib/stdint.h
/autotools/gnulib/stdio.h
/autotools/gnulib/stdlib.h
/autotools/gnulib/string.h
/autotools/gnulib/strings.h
/autotools/gnulib/sys/stat.h
/autotools/gnulib/sys/time.h
/autotools/gnulib/sys/types.h
/autotools/gnulib/time.h
/autotools/gnulib/unistd.h
/autotools/gnulib/utime.h
/autotools/gnulib/wchar.h
# manual additions
/autotools/gnulib/sys
/autotools/gnulib/malloc/scratch_buffer.gl.h
*.dirstamp
# END GNULIB