]> git.ipfire.org Git - thirdparty/util-linux.git/blob - .gitignore
lsipc: new command to list IPC facilities
[thirdparty/util-linux.git] / .gitignore
1 #
2 # generic stuff
3 #
4 *.gcda
5 *.gcno
6 *.gcov
7 *.la
8 *.lo
9 *.pc
10 *.pyc
11 *.so
12 *.so.*
13 *.static
14 *.vim
15 *.[ao]
16 *~
17 .clang_complete
18 .deps
19 .dirstamp
20 .libs
21 .tarball-version
22 .version
23 ABOUT-NLS
24 aclocal.m4
25 autom4te.cache
26 compile
27 config.cache
28 config.guess
29 config.h
30 config.h.in
31 config.log
32 config.rpath
33 config.status
34 config.sub
35 config/ltmain.sh
36 config/py-compile
37 config/test-driver
38 configure
39 cscope.out
40 depcomp
41 INSTALL
42 install-sh
43 libtool
44 m4/*.m4
45 Makefile
46 Makefile.in
47 missing
48 mkinstalldirs
49 stamp-h
50 stamp-h.in
51 stamp-h1
52 tags
53 test-suite.log
54 tests/run.sh.log
55 tests/run.sh.trs
56 update.log
57
58 # libuuid depends on AX_TLS macro
59 !m4/tls.m4
60
61 # GTK_DOC_CHECK depends on gtk-doc.m4
62 !m4/gtk-doc.m4
63
64 # util-linux specific macros
65 !m4/ul.m4
66 !m4/compiler.m4
67
68 #
69 # binaries
70 #
71 /addpart
72 /agetty
73 /blkdiscard
74 /blkid
75 /blockdev
76 /cal
77 /cfdisk
78 /chcpu
79 /chfn
80 /chrt
81 /chsh
82 /col
83 /colcrt
84 /colrm
85 /column
86 /ctrlaltdel
87 /delpart
88 /dmesg
89 /eject
90 /fallocate
91 /fdformat
92 /fdisk
93 /findfs
94 /findmnt
95 /flock
96 /fsck
97 /fsck.cramfs
98 /fsck.minix
99 /fsfreeze
100 /fstrim
101 /getopt
102 /hexdump
103 /hwclock
104 /ionice
105 /ipcmk
106 /ipcrm
107 /ipcs
108 /isosize
109 /kill
110 /last
111 /ldattach
112 /line
113 /logger
114 /login
115 /look
116 /losetup
117 /lsblk
118 /lsipc
119 /lscpu
120 /lslocks
121 /lslogins
122 /mcookie
123 /mesg
124 /mkfs
125 /mkfs.bfs
126 /mkfs.cramfs
127 /mkfs.minix
128 /mkswap
129 /more
130 /mount
131 /mountpoint
132 /namei
133 /newgrp
134 /nologin
135 /nsenter
136 /partx
137 /pg
138 /pivot_root
139 /prlimit
140 /raw
141 /readprofile
142 /rename
143 /renice
144 /resizepart
145 /rev
146 /rtcwake
147 /runuser
148 /sample-mkfs
149 /sample-partitions
150 /sample-superblocks
151 /sample-topology
152 /script
153 /scriptreplay
154 /setarch
155 /setpriv
156 /setsid
157 /setterm
158 /sfdisk
159 /su
160 /sulogin
161 /swaplabel
162 /swapoff
163 /swapon
164 /switch_root
165 /tailf
166 /taskset
167 /test_*
168 /tunelp
169 /ul
170 /umount
171 /unshare
172 /utmpdump
173 /uuidd
174 /uuidgen
175 /vipw
176 /wall
177 /wdctl
178 /whereis
179 /wipefs
180 /write
181 /zramctl