]> git.proxmox.com Git - mirror_lxc.git/blob - .gitignore
fixes for rpmbuild
[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-debian
28 templates/lxc-lucid
29 templates/lxc-maverick
30 templates/lxc-natty
31 templates/lxc-oneiric
32 templates/lxc-fedora
33 templates/lxc-altlinux
34 templates/lxc-sshd
35 templates/lxc-busybox
36
37 src/lxc/lxc-attach
38 src/lxc/lxc-cgroup
39 src/lxc/lxc-checkconfig
40 src/lxc/lxc-checkpoint
41 src/lxc/lxc-cinit
42 src/lxc/lxc-cmd
43 src/lxc/lxc-console
44 src/lxc/lxc-create
45 src/lxc/lxc-destroy
46 src/lxc/lxc-enter
47 src/lxc/lxc-exec
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-setcap
57 src/lxc/lxc-ps
58 src/lxc/lxc-restart
59 src/lxc/lxc-start
60 src/lxc/lxc-stop
61 src/lxc/lxc-unfreeze
62 src/lxc/lxc-unshare
63 src/lxc/lxc-version
64 src/lxc/lxc-wait
65
66 config/compile
67 config/config.guess
68 config/config.sub
69 config/depcomp
70 config/install-sh
71 config/ltmain.sh
72 config/missing
73 config/libtool.m4
74 config/lt*.m4
75
76 doc/*.1
77 doc/*.5
78 doc/*.7
79 doc/manpage.links
80 doc/manpage.refs
81
82 m4/
83
84 src/config.h
85 src/config.h.in
86 src/stamp-h1
87
88 .pc
89 patches