aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: cd4597563912b7dca07bd71e9c992831df3b10c1 (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
# 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

# C stuff

*.o
.libs
.deps

# Products

src/bindfs
tests/readdir_inode
tests/utimens_nofollow
tests/*.log
tests/internals/test_internals
tests/internals/test_rate_limiter
tests/internals/*.log