summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 423e8eec4e9f9b86c58c046f07637b00041babbb (plain)
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
/autom4te.cache/

/aclocal.m4
/configure
/config.log
/config.status
/depcomp
/install-sh
/missing
/build-aux/

/patchelf.spec
/src/patchelf

Makefile.in
Makefile

.deps
*.o

/tests/*.log
/tests/*.trs
/tests/no-rpath
/tests/no-rpath-*.sh
/tests/*.so
/tests/scratch
/tests/main
/tests/simple
/tests/too-many-strtab
/tests/big-dynstr*
/tests/main-scoped
/tests/libbig-dynstr.debug
/tests/contiguous-note-sections
/tests/simple-pie
/tests/simple-execstack

.direnv/
.vscode/
.idea/
result