]> git.proxmox.com Git - mirror_lxc.git/blob - .gitignore
compilation warning in confile.c
[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 lxc.pc
26
27 scripts/lxc-debian
28 scripts/lxc-fedora
29 scripts/lxc-sshd
30 scripts/lxc-busybox
31
32 src/lxc/lxc-cgroup
33 src/lxc/lxc-checkconfig
34 src/lxc/lxc-checkpoint
35 src/lxc/lxc-cinit
36 src/lxc/lxc-cmd
37 src/lxc/lxc-console
38 src/lxc/lxc-create
39 src/lxc/lxc-destroy
40 src/lxc/lxc-enter
41 src/lxc/lxc-exec
42 src/lxc/lxc-execute
43 src/lxc/lxc-freeze
44 src/lxc/lxc-info
45 src/lxc/lxc-init
46 src/lxc/lxc-ls
47 src/lxc/lxc-monitor
48 src/lxc/lxc-netstat
49 src/lxc/lxc-setcap
50 src/lxc/lxc-ps
51 src/lxc/lxc-restart
52 src/lxc/lxc-start
53 src/lxc/lxc-stop
54 src/lxc/lxc-unfreeze
55 src/lxc/lxc-unshare
56 src/lxc/lxc-version
57 src/lxc/lxc-wait
58
59 etc/lxc-complex-config
60
61 config/compile
62 config/config.guess
63 config/config.sub
64 config/depcomp
65 config/install-sh
66 config/ltmain.sh
67 config/missing
68
69 doc/lxc-cgroup.1
70 doc/lxc-console.1
71 doc/lxc-create.1
72 doc/lxc-destroy.1
73 doc/lxc-execute.1
74 doc/lxc-freeze.1
75 doc/lxc-ls.1
76 doc/lxc-monitor.1
77 doc/lxc-ps.1
78 doc/lxc-start.1
79 doc/lxc-stop.1
80 doc/lxc-unfreeze.1
81 doc/lxc-wait.1
82 doc/lxc.7
83 doc/lxc.conf.5
84 doc/manpage.links
85 doc/manpage.refs
86
87 src/config.h
88 src/config.h.in
89 src/stamp-h1
90
91 .pc/
92 patches/
93
94 test/conf
95 test/confile
96 test/dev
97 test/forward
98 test/ipv4_add
99 test/ipv6_add
100 test/lxc_create
101 test/lxc_destroy
102 test/lxc_low_monitor
103 test/lxc_monitor
104 test/lxc_start
105 test/lxc_state
106 test/lxc_stop
107 test/macvlan
108 test/movedev
109 test/proxy
110 test/tst_list
111 test/veth