-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
42 lines (40 loc) · 817 Bytes
/
.gitignore
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
# .gitignore
*.o
*~
.*.swp
vgcore*
*/bkp/*
bkp/*
older/*
unused/
# Executables: generate by:
# find . -executable -type f >> .gitignore
./ch2/rlimit_primes_dbg
./ch2/mem_app1buggy_dbg
./ch2/rlimits_show
./ch2/rlimit_primes
./ch2/mem_app1buggy
./ch2/rlimits_show_dbg
./ch2/vgrun
./everloop
./ch3/membugs_dbg
./ch3/show_curbrk
./ch3/membugs_dbg_asan
./ch3/membugs
./ch3/malloc_brk_test_dbg
./ch3/show_curbrk_dbg
./ch3/malloc_brk_test
./ch3/vgrun
./ch3/membugs_dbg_ub
./.git/hooks/pre-commit.sample
./.git/hooks/post-update.sample
./.git/hooks/commit-msg.sample
./.git/hooks/pre-rebase.sample
./.git/hooks/pre-receive.sample
./.git/hooks/applypatch-msg.sample
./.git/hooks/pre-applypatch.sample
./.git/hooks/pre-push.sample
./.git/hooks/update.sample
./.git/hooks/prepare-commit-msg.sample
./ch1/getreg_rcx
./genmk.sh