]> git.proxmox.com Git - mirror_lxc.git/blob - .gitignore
lxc: lxc version to reflect string in AC_INIT (V2)
[mirror_lxc.git] / .gitignore
1 *.o
2 *.a
3 *.lo
4 *.la
5 *.so
6 *.sgml
7 *.conf
8 *~
9 *.gz
10
11 .deps
12 .libs
13
14 Makefile.in
15 Makefile
16
17 aclocal.m4
18 autom4te.cache
19 configure
20 config.log
21 config.status
22 libtool
23
24 lxc.spec
25
26 scripts/lxc-debian
27 scripts/lxc-fedora
28 scripts/lxc-sshd
29
30 src/lxc/lxc-cgroup
31 src/lxc/lxc-checkconfig
32 src/lxc/lxc-checkpoint
33 src/lxc/lxc-cinit
34 src/lxc/lxc-cmd
35 src/lxc/lxc-console
36 src/lxc/lxc-create
37 src/lxc/lxc-destroy
38 src/lxc/lxc-enter
39 src/lxc/lxc-exec
40 src/lxc/lxc-execute
41 src/lxc/lxc-freeze
42 src/lxc/lxc-info
43 src/lxc/lxc-init
44 src/lxc/lxc-ls
45 src/lxc/lxc-monitor
46 src/lxc/lxc-netstat
47 src/lxc/lxc-setcap
48 src/lxc/lxc-ps
49 src/lxc/lxc-restart
50 src/lxc/lxc-start
51 src/lxc/lxc-stop
52 src/lxc/lxc-unfreeze
53 src/lxc/lxc-unshare
54 src/lxc/lxc-version
55 src/lxc/lxc-wait
56
57 etc/lxc-complex-config
58
59 config/compile
60 config/config.guess
61 config/config.sub
62 config/depcomp
63 config/install-sh
64 config/ltmain.sh
65 config/missing
66
67 doc/lxc-cgroup.1
68 doc/lxc-console.1
69 doc/lxc-create.1
70 doc/lxc-destroy.1
71 doc/lxc-execute.1
72 doc/lxc-freeze.1
73 doc/lxc-ls.1
74 doc/lxc-monitor.1
75 doc/lxc-ps.1
76 doc/lxc-start.1
77 doc/lxc-stop.1
78 doc/lxc-unfreeze.1
79 doc/lxc-wait.1
80 doc/lxc.7
81 doc/lxc.conf.5
82 doc/manpage.links
83 doc/manpage.refs
84
85 src/config.h
86 src/config.h.in
87 src/stamp-h1
88
89 .pc/
90 patches/
91
92 test/conf
93 test/confile
94 test/dev
95 test/forward
96 test/ipv4_add
97 test/ipv6_add
98 test/lxc_create
99 test/lxc_destroy
100 test/lxc_low_monitor
101 test/lxc_monitor
102 test/lxc_start
103 test/lxc_state
104 test/lxc_stop
105 test/macvlan
106 test/movedev
107 test/proxy
108 test/tst_list
109 test/veth