Whamcloud - gitweb
Introduce .gitignore files. GIT_EPOCH_B_RELEASE_1_8_0
authorBrian Reitz <brian.reitz@sun.com>
Sat, 12 Dec 2009 14:10:19 +0000 (08:10 -0600)
committerBrian Reitz <brian.reitz@sun.com>
Sat, 12 Dec 2009 14:10:19 +0000 (08:10 -0600)
commit7ed9ece59189e68ff78a72bb0ba34c420f9d8e49
tree484e16a6870c495ec965d30eb494c912b2ffbf4b
parent29397628c89501d7a9586ba1194edbbc6f64d6c2
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.
85 files changed:
.gitignore [new file with mode: 0644]
build/.gitignore [new file with mode: 0644]
build/autoconf/.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/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/utils/.gitignore [new file with mode: 0644]
snmp/.gitignore [new file with mode: 0644]
snmp/autoconf/.gitignore [new file with mode: 0644]