Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 1a732a74

History | View | Annotate | Download (2.2 kB)

1 7a47c582 Iustin Pop
# Lines that start with '#' are comments.
2 7a47c582 Iustin Pop
# For a project mostly in C, the following would be a good set of
3 7a47c582 Iustin Pop
# exclude patterns (uncomment them if you want to use them):
4 7a47c582 Iustin Pop
# *.[oa]
5 7a47c582 Iustin Pop
# *~
6 7a47c582 Iustin Pop
7 7a47c582 Iustin Pop
# global ignores
8 7a47c582 Iustin Pop
*.py[co]
9 699d856f Michael Hanselmann
*.swp
10 2d5095d7 Iustin Pop
*~
11 83d96c36 Iustin Pop
*.o
12 83d96c36 Iustin Pop
*.hi
13 83d96c36 Iustin Pop
*.hp
14 3add7574 Iustin Pop
*.tix
15 3add7574 Iustin Pop
*.prof
16 3add7574 Iustin Pop
*.stat
17 3add7574 Iustin Pop
.hpc/
18 7a47c582 Iustin Pop
19 7a47c582 Iustin Pop
# /
20 7a47c582 Iustin Pop
/Makefile
21 7a47c582 Iustin Pop
/Makefile.in
22 3baa809c Michael Hanselmann
/Makefile.local
23 7a47c582 Iustin Pop
/TAGS
24 7a47c582 Iustin Pop
/aclocal.m4
25 7a47c582 Iustin Pop
/autom4te.cache
26 ae59efea Michael Hanselmann
/autotools/install-sh
27 ae59efea Michael Hanselmann
/autotools/missing
28 ae59efea Michael Hanselmann
/autotools/py-compile
29 dc458d00 Iustin Pop
/autotools/replace_vars.sed
30 6e3bf290 Michael Hanselmann
/autotools/shell-env-init
31 7a47c582 Iustin Pop
/config.log
32 7a47c582 Iustin Pop
/config.status
33 7a47c582 Iustin Pop
/configure
34 8b3f1f42 Michele Tartara
/devel/squeeze-amd64.tar.gz
35 8b3f1f42 Michele Tartara
/devel/squeeze-amd64.conf
36 f774bd03 Michael Hanselmann
/epydoc.conf
37 7a47c582 Iustin Pop
/ganeti
38 dd1dfd9a Michael Hanselmann
/stamp-srclinks
39 3735787e Iustin Pop
/stamp-directories
40 2a73861a Iustin Pop
/vcs-version
41 7a47c582 Iustin Pop
/*.patch
42 7a47c582 Iustin Pop
/*.tar.bz2
43 7a47c582 Iustin Pop
/*.tar.gz
44 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
45 7a47c582 Iustin Pop
46 fc3fd894 Michael Hanselmann
# daemons
47 f154a7a3 Michael Hanselmann
/daemons/daemon-util
48 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
49 29d91329 Michael Hanselmann
/daemons/ganeti-masterd
50 5119f2ec Michael Hanselmann
/daemons/ganeti-noded
51 d9c82a4e Michael Hanselmann
/daemons/ganeti-rapi
52 9f4bb951 Michael Hanselmann
/daemons/ganeti-watcher
53 fc3fd894 Michael Hanselmann
54 7a47c582 Iustin Pop
# doc
55 22c5390d Iustin Pop
/doc/api/
56 22c5390d Iustin Pop
/doc/coverage/
57 6210c812 Iustin Pop
/doc/html/
58 41806ef4 Michael Hanselmann
/doc/man-html/
59 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
60 b76aac08 Michael Hanselmann
/doc/news.rst
61 7a03d293 Michael Hanselmann
/doc/upgrade.rst
62 191ff68c Iustin Pop
/doc/hs-lint.html
63 41806ef4 Michael Hanselmann
/doc/manpages-enabled.rst
64 41806ef4 Michael Hanselmann
/doc/man-*.rst
65 7a47c582 Iustin Pop
66 7a47c582 Iustin Pop
# doc/examples
67 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
68 e80aeb89 Michael Hanselmann
/doc/examples/bash_completion-debug
69 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
70 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
71 ccc6345b Adeodato Simo
/doc/examples/ganeti-kvm-poweroff.initd
72 aa75500a Guido Trotter
/doc/examples/ganeti-master-role.ocf
73 17071597 Guido Trotter
/doc/examples/ganeti-node-role.ocf
74 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
75 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
76 7a47c582 Iustin Pop
77 7a47c582 Iustin Pop
# lib
78 7a47c582 Iustin Pop
/lib/_autoconf.py
79 13aeae6a Iustin Pop
/lib/_vcsversion.py
80 d5a2a550 Michael Hanselmann
/lib/_generated_rpc.py
81 7a47c582 Iustin Pop
82 7a47c582 Iustin Pop
# man
83 7a47c582 Iustin Pop
/man/*.[0-9]
84 f29266b4 Iustin Pop
/man/*.html
85 7a47c582 Iustin Pop
/man/*.in
86 fcdb582d Michael Hanselmann
/man/*.gen
87 c2855a12 Michael Hanselmann
88 83846468 Iustin Pop
# test/hs
89 83846468 Iustin Pop
/test/hs/hail
90 0fd1fd29 Michael Hanselmann
/test/hs/harep
91 83846468 Iustin Pop
/test/hs/hbal
92 83846468 Iustin Pop
/test/hs/hcheck
93 83846468 Iustin Pop
/test/hs/hinfo
94 83846468 Iustin Pop
/test/hs/hroller
95 83846468 Iustin Pop
/test/hs/hscan
96 83846468 Iustin Pop
/test/hs/hspace
97 83846468 Iustin Pop
/test/hs/hpc-htools
98 83846468 Iustin Pop
/test/hs/hpc-mon-collector
99 3e16567e Iustin Pop
/test/hs/htest
100 3228c07a Iustin Pop
101 26916aad Apollon Oikonomopoulos
# tools
102 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
103 8e55e20f Michael Hanselmann
/tools/burnin
104 0d2bf835 René Nussbaumer
/tools/ensure-dirs
105 cdd27f7f Michele Tartara
/tools/users-setup
106 29386d3e Michael Hanselmann
/tools/vcluster-setup
107 d5fe5fa9 Michael Hanselmann
/tools/node-cleanup
108 69e5fefc Michael Hanselmann
/tools/node-daemon-setup
109 d12b9f66 Michael Hanselmann
/tools/prepare-node-join
110 26916aad Apollon Oikonomopoulos
111 c2855a12 Michael Hanselmann
# scripts
112 02266fe0 Michael Hanselmann
/scripts/gnt-backup
113 7b3e7d41 Michael Hanselmann
/scripts/gnt-cluster
114 c2855a12 Michael Hanselmann
/scripts/gnt-debug
115 667dbd6b Adeodato Simo
/scripts/gnt-group
116 e792102d Michael Hanselmann
/scripts/gnt-instance
117 a09b9e3d Michael Hanselmann
/scripts/gnt-job
118 37494fa4 Michael Hanselmann
/scripts/gnt-node
119 6d50f5f9 Michael Hanselmann
/scripts/gnt-os
120 dadf0bfe Michael Hanselmann
/scripts/gnt-network
121 95b92c34 Constantinos Venetsanopoulos
/scripts/gnt-storage
122 83d96c36 Iustin Pop
123 3add7574 Iustin Pop
# haskell-specific rules
124 3add7574 Iustin Pop
/src/mon-collector
125 3add7574 Iustin Pop
/src/htools
126 3add7574 Iustin Pop
/src/hconfd
127 3add7574 Iustin Pop
/src/ganeti-confd
128 13cc7b84 Michele Tartara
/src/ganeti-mond
129 3add7574 Iustin Pop
/src/rpc-test
130 83d96c36 Iustin Pop
131 3add7574 Iustin Pop
# automatically-built Haskell files
132 3add7574 Iustin Pop
/src/Ganeti/Constants.hs
133 466b7a39 Iustin Pop
/src/Ganeti/Curl/Internal.hs
134 3add7574 Iustin Pop
/src/Ganeti/Version.hs
135 83846468 Iustin Pop
/test/hs/Test/Ganeti/TestImports.hs