Whamcloud - gitweb
Introduce .gitignore files. GIT_EPOCH_B1_8
authorBrian Reitz <brian.reitz@sun.com>
Sat, 12 Dec 2009 14:10:18 +0000 (08:10 -0600)
committerBrian Reitz <brian.reitz@sun.com>
Sat, 12 Dec 2009 14:10:18 +0000 (08:10 -0600)
commit474935c0c63c4df9241b100e7577be3154be5fb7
tree12ecbff6e298f303952078dd82957b98ebe47e04
parentdeb0dc867f21c48be05c3f9640be47cab4c9d906
Introduce .gitignore files.

The top level .gitignore file is new and is an attempt at
pulling in some of the common items that you might get for
free (by default)with CVS.  The other subdir/.gitignore files
are translated versions of their corresponding .cvsignore
file.  Because CVS does not descend into a subdir when
applying a ingore rule we have to prepend a "/" to
the pathname to get git to behave the same way.
89 files changed:
.gitignore [new file with mode: 0644]
build/.gitignore [new file with mode: 0644]
build/autoconf/.gitignore [new file with mode: 0644]
build/patches/ofed/.gitignore [new file with mode: 0644]
debian/.gitignore [new file with mode: 0644]
ldiskfs/.gitignore [new file with mode: 0644]
ldiskfs/ldiskfs/.gitignore [new file with mode: 0644]
libsysio/.gitignore [new file with mode: 0644]
libsysio/dev/stdfd/.gitignore [new file with mode: 0644]
libsysio/drivers/incore/.gitignore [new file with mode: 0644]
libsysio/drivers/native/.gitignore [new file with mode: 0644]
libsysio/drivers/sockets/.gitignore [new file with mode: 0644]
libsysio/drivers/yod/.gitignore [new file with mode: 0644]
libsysio/src/.gitignore [new file with mode: 0644]
libsysio/tests/.gitignore [new file with mode: 0644]
lnet/.gitignore [new file with mode: 0644]
lnet/autoconf/.gitignore [new file with mode: 0644]
lnet/doc/.gitignore [new file with mode: 0644]
lnet/include/.gitignore [new file with mode: 0644]
lnet/include/libcfs/.gitignore [new file with mode: 0644]
lnet/include/libcfs/darwin/.gitignore [new file with mode: 0644]
lnet/include/libcfs/linux/.gitignore [new file with mode: 0644]
lnet/include/lnet/.gitignore [new file with mode: 0644]
lnet/include/lnet/darwin/.gitignore [new file with mode: 0644]
lnet/include/lnet/linux/.gitignore [new file with mode: 0644]
lnet/klnds/.gitignore [new file with mode: 0644]
lnet/klnds/ciblnd/.gitignore [new file with mode: 0644]
lnet/klnds/gmlnd/.gitignore [new file with mode: 0644]
lnet/klnds/iiblnd/.gitignore [new file with mode: 0644]
lnet/klnds/mxlnd/.gitignore [new file with mode: 0644]
lnet/klnds/o2iblnd/.gitignore [new file with mode: 0644]
lnet/klnds/openiblnd/.gitignore [new file with mode: 0644]
lnet/klnds/ptllnd/.gitignore [new file with mode: 0644]
lnet/klnds/qswlnd/.gitignore [new file with mode: 0644]
lnet/klnds/ralnd/.gitignore [new file with mode: 0644]
lnet/klnds/socklnd/.gitignore [new file with mode: 0644]
lnet/klnds/viblnd/.gitignore [new file with mode: 0644]
lnet/libcfs/.gitignore [new file with mode: 0644]
lnet/libcfs/darwin/.gitignore [new file with mode: 0644]
lnet/libcfs/linux/.gitignore [new file with mode: 0644]
lnet/lnet/.gitignore [new file with mode: 0644]
lnet/router/.gitignore [new file with mode: 0644]
lnet/selftest/.gitignore [new file with mode: 0644]
lnet/ulnds/.gitignore [new file with mode: 0644]
lnet/ulnds/ptllnd/.gitignore [new file with mode: 0644]
lnet/ulnds/socklnd/.gitignore [new file with mode: 0644]
lnet/utils/.gitignore [new file with mode: 0644]
lustre-iokit/.gitignore [new file with mode: 0644]
lustre-iokit/ior-survey/.gitignore [new file with mode: 0644]
lustre-iokit/obdfilter-survey/.gitignore [new file with mode: 0644]
lustre-iokit/ost-survey/.gitignore [new file with mode: 0644]
lustre-iokit/sgpdd-survey/.gitignore [new file with mode: 0644]
lustre-iokit/stats-collect/.gitignore [new file with mode: 0644]
lustre/.gitignore [new file with mode: 0644]
lustre/autoconf/.gitignore [new file with mode: 0644]
lustre/conf/.gitignore [new file with mode: 0644]
lustre/contrib/.gitignore [new file with mode: 0644]
lustre/doc/.gitignore [new file with mode: 0644]
lustre/include/.gitignore [new file with mode: 0644]
lustre/include/linux/.gitignore [new file with mode: 0644]
lustre/include/lustre/.gitignore [new file with mode: 0644]
lustre/kernel-tests/.gitignore [new file with mode: 0644]
lustre/kernel_patches/targets/.gitignore [new file with mode: 0644]
lustre/ldlm/.gitignore [new file with mode: 0644]
lustre/liblustre/.gitignore [new file with mode: 0644]
lustre/liblustre/tests/.gitignore [new file with mode: 0644]
lustre/liblustre/tests/mpi/.gitignore [new file with mode: 0644]
lustre/llite/.gitignore [new file with mode: 0644]
lustre/lov/.gitignore [new file with mode: 0644]
lustre/lvfs/.gitignore [new file with mode: 0644]
lustre/mdc/.gitignore [new file with mode: 0644]
lustre/mds/.gitignore [new file with mode: 0644]
lustre/mgc/.gitignore [new file with mode: 0644]
lustre/mgs/.gitignore [new file with mode: 0644]
lustre/obdclass/.gitignore [new file with mode: 0644]
lustre/obdclass/darwin/.gitignore [new file with mode: 0644]
lustre/obdclass/linux/.gitignore [new file with mode: 0644]
lustre/obdecho/.gitignore [new file with mode: 0644]
lustre/obdfilter/.gitignore [new file with mode: 0644]
lustre/osc/.gitignore [new file with mode: 0644]
lustre/ost/.gitignore [new file with mode: 0644]
lustre/ptlrpc/.gitignore [new file with mode: 0644]
lustre/quota/.gitignore [new file with mode: 0644]
lustre/scripts/.gitignore [new file with mode: 0644]
lustre/tests/.gitignore [new file with mode: 0644]
lustre/tests/mpi/.gitignore [new file with mode: 0644]
lustre/utils/.gitignore [new file with mode: 0644]
snmp/.gitignore [new file with mode: 0644]
snmp/autoconf/.gitignore [new file with mode: 0644]