-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
71 lines (64 loc) · 990 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#
# Kbuild ignores
#
.*
*.o
*.o.*
*.a
*.s
Kbuild
Config.in
!.config
#
# Never ignore these
#
!.gitignore
#
# Normal output
#
/busybox
/busybox_old
/busybox_unstripped*
#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch
#
# debugging stuff
#
core
.gdb_history
.gdbinit
#
# testing output
#
/busybox.links
/runtest-tempdir-links
/testsuite/echo-ne
#
# cscope output
#
cscope.files
cscope.in.out
cscope.out
cscope.po.out
libevent-2.0.20-stable/autom4te.cache
libevent-2.0.20-stable/config.h
libevent-2.0.20-stable/config.log
libevent-2.0.20-stable/config.status
libevent-2.0.20-stable/.deps
libevent-2.0.20-stable/include/event2/event-config.h
libevent-2.0.20-stable/include/Makefile
libevent-2.0.20-stable/*.la
libevent-2.0.20-stable/.libs
libevent-2.0.20-stable/libtool
libevent-2.0.20-stable/*.lo
libevent-2.0.20-stable/Makefile
libevent-2.0.20-stable/*.pc
libevent-2.0.20-stable/sample
libevent-2.0.20-stable/sample/.libs/*
libevent-2.0.20-stable/stamp-h1
libevent-2.0.20-stable/test