forked from gponick/btmux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (55 loc) · 948 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
# temporarily files, editor backups
*~
.*.swp
*.lo
*.la
*.o
game/**
game.run
libtool
.deps/
.libs/
# cscope
cscope.in.out
cscope.out
cscope.po.out
# build products
btmux/src/mkindx
btmux/src/netmux
# versioning
btmux/src/version.h
btmux/buildnum.data
# autotools detritus
Makefile
btmux/autom4te.cache
btmux/autoscan.log
btmux/autoscan-*.log
btmux/aclocal.m4
btmux/autoconf.h
btmux/config.guess
btmux/config.h.in
btmux/config.log
btmux/config.status
btmux/config.sub
btmux/configure
btmux/configure.scan
btmux/depcomp
btmux/install-sh
btmux/missing
btmux/stamp-h1
btmux/btech/autom4te.cache
btmux/btech/autoscan.log
btmux/btech/autoscan-*.log
btmux/btech/aclocal.m4
btmux/btech/autoconf.h
btmux/btech/config.guess
btmux/btech/config.h.in
btmux/btech/config.log
btmux/btech/config.status
btmux/btech/config.sub
btmux/btech/configure
btmux/btech/configure.scan
btmux/btech/depcomp
btmux/btech/install-sh
btmux/btech/missing
btmux/btech/stamp-h1