Statistics
| Branch: | Tag: | Revision:

root / .gitignore @ 69809ae3

History | View | Annotate | Download (2.6 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 931ca734 Petr Pudlak
*.hpc_o
13 83d96c36 Iustin Pop
*.hi
14 931ca734 Petr Pudlak
*.hpc_hi
15 83d96c36 Iustin Pop
*.hp
16 3add7574 Iustin Pop
*.tix
17 3add7574 Iustin Pop
*.prof
18 3add7574 Iustin Pop
*.stat
19 3add7574 Iustin Pop
.hpc/
20 7a47c582 Iustin Pop
21 7a47c582 Iustin Pop
# /
22 79a32c67 Petr Pudlak
/.hsenv
23 7a47c582 Iustin Pop
/Makefile
24 931ca734 Petr Pudlak
/Makefile.ghc
25 931ca734 Petr Pudlak
/Makefile.ghc.bak
26 7a47c582 Iustin Pop
/Makefile.in
27 3baa809c Michael Hanselmann
/Makefile.local
28 79a32c67 Petr Pudlak
/Session.vim
29 d7c461b6 Petr Pudlak
/TAGS*
30 7a47c582 Iustin Pop
/aclocal.m4
31 7a47c582 Iustin Pop
/autom4te.cache
32 ae59efea Michael Hanselmann
/autotools/install-sh
33 ae59efea Michael Hanselmann
/autotools/missing
34 ae59efea Michael Hanselmann
/autotools/py-compile
35 dc458d00 Iustin Pop
/autotools/replace_vars.sed
36 6e3bf290 Michael Hanselmann
/autotools/shell-env-init
37 7a47c582 Iustin Pop
/config.log
38 7a47c582 Iustin Pop
/config.status
39 7a47c582 Iustin Pop
/configure
40 8b3f1f42 Michele Tartara
/devel/squeeze-amd64.tar.gz
41 8b3f1f42 Michele Tartara
/devel/squeeze-amd64.conf
42 f774bd03 Michael Hanselmann
/epydoc.conf
43 7a47c582 Iustin Pop
/ganeti
44 dd1dfd9a Michael Hanselmann
/stamp-srclinks
45 3735787e Iustin Pop
/stamp-directories
46 2a73861a Iustin Pop
/vcs-version
47 7a47c582 Iustin Pop
/*.patch
48 7a47c582 Iustin Pop
/*.tar.bz2
49 7a47c582 Iustin Pop
/*.tar.gz
50 88258349 Michael Hanselmann
/ganeti-[0-9]*.[0-9]*.[0-9]*
51 7a47c582 Iustin Pop
52 fc3fd894 Michael Hanselmann
# daemons
53 f154a7a3 Michael Hanselmann
/daemons/daemon-util
54 fc3fd894 Michael Hanselmann
/daemons/ganeti-cleaner
55 29d91329 Michael Hanselmann
/daemons/ganeti-masterd
56 5119f2ec Michael Hanselmann
/daemons/ganeti-noded
57 d9c82a4e Michael Hanselmann
/daemons/ganeti-rapi
58 9f4bb951 Michael Hanselmann
/daemons/ganeti-watcher
59 fc3fd894 Michael Hanselmann
60 7a47c582 Iustin Pop
# doc
61 22c5390d Iustin Pop
/doc/api/
62 22c5390d Iustin Pop
/doc/coverage/
63 6210c812 Iustin Pop
/doc/html/
64 41806ef4 Michael Hanselmann
/doc/man-html/
65 cbf3d64b Michael Hanselmann
/doc/install-quick.rst
66 b76aac08 Michael Hanselmann
/doc/news.rst
67 7a03d293 Michael Hanselmann
/doc/upgrade.rst
68 191ff68c Iustin Pop
/doc/hs-lint.html
69 41806ef4 Michael Hanselmann
/doc/manpages-enabled.rst
70 41806ef4 Michael Hanselmann
/doc/man-*.rst
71 d2f465dc Klaus Aehlig
/doc/users/groupmemberships
72 d2f465dc Klaus Aehlig
/doc/users/groups
73 d2f465dc Klaus Aehlig
/doc/users/users
74 7a47c582 Iustin Pop
75 7a47c582 Iustin Pop
# doc/examples
76 e2a2a2eb Iustin Pop
/doc/examples/bash_completion
77 e80aeb89 Michael Hanselmann
/doc/examples/bash_completion-debug
78 7a47c582 Iustin Pop
/doc/examples/ganeti.cron
79 7a47c582 Iustin Pop
/doc/examples/ganeti.initd
80 e48c3613 Apollon Oikonomopoulos
/doc/examples/ganeti.logrotate
81 ccc6345b Adeodato Simo
/doc/examples/ganeti-kvm-poweroff.initd
82 aa75500a Guido Trotter
/doc/examples/ganeti-master-role.ocf
83 17071597 Guido Trotter
/doc/examples/ganeti-node-role.ocf
84 2d5095d7 Iustin Pop
/doc/examples/gnt-config-backup
85 667161b4 Michael Hanselmann
/doc/examples/hooks/ipsec
86 7a47c582 Iustin Pop
87 7a47c582 Iustin Pop
# lib
88 1b2adaa6 Jose A. Lopes
/lib/_constants.py
89 13aeae6a Iustin Pop
/lib/_vcsversion.py
90 d5a2a550 Michael Hanselmann
/lib/_generated_rpc.py
91 0a3af7b9 Jose A. Lopes
/lib/opcodes.py
92 14551dc3 Petr Pudlak
/lib/rpc/stub/
93 7a47c582 Iustin Pop
94 7a47c582 Iustin Pop
# man
95 7a47c582 Iustin Pop
/man/*.[0-9]
96 f29266b4 Iustin Pop
/man/*.html
97 7a47c582 Iustin Pop
/man/*.in
98 fcdb582d Michael Hanselmann
/man/*.gen
99 c2855a12 Michael Hanselmann
100 83846468 Iustin Pop
# test/hs
101 83846468 Iustin Pop
/test/hs/hail
102 0fd1fd29 Michael Hanselmann
/test/hs/harep
103 83846468 Iustin Pop
/test/hs/hbal
104 83846468 Iustin Pop
/test/hs/hcheck
105 83846468 Iustin Pop
/test/hs/hinfo
106 83846468 Iustin Pop
/test/hs/hroller
107 83846468 Iustin Pop
/test/hs/hscan
108 83846468 Iustin Pop
/test/hs/hspace
109 e77bb27d Klaus Aehlig
/test/hs/hsqueeze
110 83846468 Iustin Pop
/test/hs/hpc-htools
111 83846468 Iustin Pop
/test/hs/hpc-mon-collector
112 3e16567e Iustin Pop
/test/hs/htest
113 3228c07a Iustin Pop
114 26916aad Apollon Oikonomopoulos
# tools
115 26916aad Apollon Oikonomopoulos
/tools/kvm-ifup
116 8d2ca7d1 Klaus Aehlig
/tools/kvm-ifup-os
117 8e55e20f Michael Hanselmann
/tools/burnin
118 0d2bf835 René Nussbaumer
/tools/ensure-dirs
119 cdd27f7f Michele Tartara
/tools/users-setup
120 29386d3e Michael Hanselmann
/tools/vcluster-setup
121 4855760b Dimitris Aragiorgis
/tools/vif-ganeti
122 4855760b Dimitris Aragiorgis
/tools/net-common
123 d5fe5fa9 Michael Hanselmann
/tools/node-cleanup
124 69e5fefc Michael Hanselmann
/tools/node-daemon-setup
125 d12b9f66 Michael Hanselmann
/tools/prepare-node-join
126 26916aad Apollon Oikonomopoulos
127 c2855a12 Michael Hanselmann
# scripts
128 02266fe0 Michael Hanselmann
/scripts/gnt-backup
129 7b3e7d41 Michael Hanselmann
/scripts/gnt-cluster
130 c2855a12 Michael Hanselmann
/scripts/gnt-debug
131 667dbd6b Adeodato Simo
/scripts/gnt-group
132 e792102d Michael Hanselmann
/scripts/gnt-instance
133 a09b9e3d Michael Hanselmann
/scripts/gnt-job
134 37494fa4 Michael Hanselmann
/scripts/gnt-node
135 6d50f5f9 Michael Hanselmann
/scripts/gnt-os
136 dadf0bfe Michael Hanselmann
/scripts/gnt-network
137 95b92c34 Constantinos Venetsanopoulos
/scripts/gnt-storage
138 83d96c36 Iustin Pop
139 3add7574 Iustin Pop
# haskell-specific rules
140 3add7574 Iustin Pop
/src/mon-collector
141 3add7574 Iustin Pop
/src/htools
142 3add7574 Iustin Pop
/src/hconfd
143 3695a4e0 Thomas Thrainer
/src/hluxid
144 0a3af7b9 Jose A. Lopes
/src/hs2py
145 1b2adaa6 Jose A. Lopes
/src/hs2py-constants
146 3add7574 Iustin Pop
/src/ganeti-confd
147 14551dc3 Petr Pudlak
/src/ganeti-wconfd
148 d6769989 Jose A. Lopes
/src/ganeti-kvmd
149 3695a4e0 Thomas Thrainer
/src/ganeti-luxid
150 3af1359f Jose A. Lopes
/src/ganeti-metad
151 13cc7b84 Michele Tartara
/src/ganeti-mond
152 3add7574 Iustin Pop
/src/rpc-test
153 83d96c36 Iustin Pop
154 3add7574 Iustin Pop
# automatically-built Haskell files
155 ca2d5dcc Jose A. Lopes
/src/AutoConf.hs
156 466b7a39 Iustin Pop
/src/Ganeti/Curl/Internal.hs
157 1b2adaa6 Jose A. Lopes
/src/Ganeti/Hs2Py/ListConstants.hs
158 3add7574 Iustin Pop
/src/Ganeti/Version.hs
159 83846468 Iustin Pop
/test/hs/Test/Ganeti/TestImports.hs