]> git.proxmox.com Git - mirror_lxc.git/blob - .gitignore
Update .gitignore for current list of binaries and templates
[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 templates/lxc-altlinux
28 templates/lxc-archlinux
29 templates/lxc-busybox
30 templates/lxc-debian
31 templates/lxc-fedora
32 templates/lxc-lenny
33 templates/lxc-opensuse
34 templates/lxc-oracle
35 templates/lxc-sshd
36 templates/lxc-ubuntu
37 templates/lxc-ubuntu-cloud
38
39
40 src/lxc/lxc-attach
41 src/lxc/lxc-cgroup
42 src/lxc/lxc-checkconfig
43 src/lxc/lxc-checkpoint
44 src/lxc/lxc-clone
45 src/lxc/lxc-console
46 src/lxc/lxc-create
47 src/lxc/lxc-destroy
48 src/lxc/lxc-execute
49 src/lxc/lxc-freeze
50 src/lxc/lxc-info
51 src/lxc/lxc-init
52 src/lxc/lxc-kill
53 src/lxc/lxc-ls
54 src/lxc/lxc-monitor
55 src/lxc/lxc-netstat
56 src/lxc/lxc-ps
57 src/lxc/lxc-restart
58 src/lxc/lxc-setcap
59 src/lxc/lxc-setuid
60 src/lxc/lxc-shutdown
61 src/lxc/lxc-start
62 src/lxc/lxc-start-ephemeral
63 src/lxc/lxc-stop
64 src/lxc/lxc-unfreeze
65 src/lxc/lxc-unshare
66 src/lxc/lxc-version
67 src/lxc/lxc-wait
68
69 config/compile
70 config/config.guess
71 config/config.sub
72 config/depcomp
73 config/install-sh
74 config/ltmain.sh
75 config/missing
76 config/libtool.m4
77 config/lt*.m4
78
79 doc/*.1
80 doc/*.5
81 doc/*.7
82 doc/manpage.links
83 doc/manpage.refs
84
85 m4/
86
87 src/config.h
88 src/config.h.in
89 src/stamp-h1
90
91 .pc
92 patches