blob: 0d665a82ad5fdebb6d0afbf887911603a756fa6c (
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
44
45
|
# Editor backups and junk
*~
*.bak
# Autotools stuff
Makefile.in
Makefile
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/config.log
/config.sub
/config.guess
/config.status
/config.h.in
/config.h
/libtool
/ltmain.sh
/stamp-h1
/test-driver
# C stuff
*.o
.libs
.deps
# Products
src/bindfs
tests/readdir_inode
tests/utimens_nofollow
tests/*.log
tests/*.trs
tests/internals/test_internals
tests/internals/test_rate_limiter
tests/internals/*.log
tests/internals/*.trs
|