diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..10709171e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,67 @@ +# +# This is the root .gitignore for OpenAFS. +# +# Please don't add files that are generated in specific subdirectories +# here. This file should only contain rules for the entire tree, +# and entries specific to the top level directory. +# +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +# General rules + +.* +*.orig +*.rej +*.o +*.a +*.so +*.sl +*.so.* +*.xdr.c +*.cs.c +*.ss.c +*~ +lex.yy.c +y.tab.c +y.tab.h +Makefile +RX_component_version_number.c +AFS_component_version_number.c +AFS_component_version_number.h + +!.gitignore +!.cvsignore +!.splintrc + +# Top level files +/aclocal.m4 +/config.log +/config.cache +/config.status +/configure +/configure-libafs +/include +/lib +/autom4te.cache +/ID +/TAGS +/NTLang.bat +/NTMakefile +/golast.bat + +# Destination build directories +/amd64_linux26 +/hp_ux102 +/hp_ux110 +/i386_linux22 +/i386_linux24 +/i386_linux26 +/i386_umlinux22 +/i386_umlinux24 +/parisc_linux24 +/sgi_65 +/sun4x_56 +/sun4x_57 + diff --git a/doc/man-pages/.gitignore b/doc/man-pages/.gitignore new file mode 100644 index 0000000000..03bf4c938b --- /dev/null +++ b/doc/man-pages/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +html +install-man +man1 +man5 +man8 diff --git a/doc/xml/AdminGuide/.gitignore b/doc/xml/AdminGuide/.gitignore new file mode 100644 index 0000000000..0e5cde877e --- /dev/null +++ b/doc/xml/AdminGuide/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +*.html +*.pdf +version.xml + +!Makefile diff --git a/doc/xml/QuickStartUnix/.gitignore b/doc/xml/QuickStartUnix/.gitignore new file mode 100644 index 0000000000..0e5cde877e --- /dev/null +++ b/doc/xml/QuickStartUnix/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +*.html +*.pdf +version.xml + +!Makefile diff --git a/doc/xml/UserGuide/.gitignore b/doc/xml/UserGuide/.gitignore new file mode 100644 index 0000000000..0e5cde877e --- /dev/null +++ b/doc/xml/UserGuide/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +*.html +*.pdf +version.xml + +!Makefile diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000000..58fd35e399 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/helper-splint.sh +/dauth diff --git a/src/JAVA/classes/.gitignore b/src/JAVA/classes/.gitignore new file mode 100644 index 0000000000..33530066e0 --- /dev/null +++ b/src/JAVA/classes/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +!.classpath +!.project diff --git a/src/WINNT/afsadmsvr/.gitignore b/src/WINNT/afsadmsvr/.gitignore new file mode 100644 index 0000000000..87f38582a0 --- /dev/null +++ b/src/WINNT/afsadmsvr/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/iTaAfsAdmSvr.h +/iTaAfsAdmSvrTypes.h +/iTaAfsAdmSvr_c.c +/iTaAfsAdmSvr_s.c + diff --git a/src/WINNT/afsd/afsd.h b/src/WINNT/afsd/afsd.h index e0061f33b1..0e0332ba1b 100644 --- a/src/WINNT/afsd/afsd.h +++ b/src/WINNT/afsd/afsd.h @@ -57,6 +57,7 @@ BOOL APIENTRY About(HWND, unsigned int, unsigned int, long); #include "cm_freelance.h" #include "cm_performance.h" #include "smb_ioctl.h" +#include "smb_iocons.h" #include "afsd_init.h" #include "afsd_eventlog.h" diff --git a/src/WINNT/client_creds/.gitignore b/src/WINNT/client_creds/.gitignore new file mode 100644 index 0000000000..5c40cc35cf --- /dev/null +++ b/src/WINNT/client_creds/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +!Makefile diff --git a/src/WINNT/netidmgr_plugin/extensions/sample/.gitignore b/src/WINNT/netidmgr_plugin/extensions/sample/.gitignore new file mode 100644 index 0000000000..5c40cc35cf --- /dev/null +++ b/src/WINNT/netidmgr_plugin/extensions/sample/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +!Makefile diff --git a/src/afs/.gitignore b/src/afs/.gitignore new file mode 100644 index 0000000000..18354e53fd --- /dev/null +++ b/src/afs/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/afs_trace.h +/afs_trace.msf +/afszcm.cat +/unified_afs.c +/unified_afs.h diff --git a/src/afs/LINUX/.gitignore b/src/afs/LINUX/.gitignore new file mode 100644 index 0000000000..21263a094a --- /dev/null +++ b/src/afs/LINUX/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/osi_vfs.h diff --git a/src/afsd/.gitignore b/src/afsd/.gitignore new file mode 100644 index 0000000000..033f72217c --- /dev/null +++ b/src/afsd/.gitignore @@ -0,0 +1,7 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/afs.ppc_darwin.plist +/afsd +/vsys diff --git a/src/afsmonitor/.gitignore b/src/afsmonitor/.gitignore new file mode 100644 index 0000000000..711a42961f --- /dev/null +++ b/src/afsmonitor/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/afsmonitor diff --git a/src/aklog/.gitignore b/src/aklog/.gitignore new file mode 100644 index 0000000000..52e12aa794 --- /dev/null +++ b/src/aklog/.gitignore @@ -0,0 +1,7 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/aklog +/asetkey +/klog diff --git a/src/auth/.gitignore b/src/auth/.gitignore new file mode 100644 index 0000000000..46cdcd4d93 --- /dev/null +++ b/src/auth/.gitignore @@ -0,0 +1,10 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/acfg_errors.c +/auth.h +/cellconfig.h +/copyauth +/ktc_errors.c +/setkey diff --git a/src/bozo/.gitignore b/src/bozo/.gitignore new file mode 100644 index 0000000000..515ed0c2f8 --- /dev/null +++ b/src/bozo/.gitignore @@ -0,0 +1,10 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/bnode.h +/bos +/bos_util +/boserr.c +/bosint.h +/bosserver diff --git a/src/bu_utils/.gitignore b/src/bu_utils/.gitignore new file mode 100644 index 0000000000..da8bf61e95 --- /dev/null +++ b/src/bu_utils/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fms diff --git a/src/bubasics/.gitignore b/src/bubasics/.gitignore new file mode 100644 index 0000000000..2be46ad7a3 --- /dev/null +++ b/src/bubasics/.gitignore @@ -0,0 +1,12 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/bumon.h +/butc.h +/butc_errs.c +/butm.h +/butm_errs.c +/butx.h +/butx_errs.c +/tcdata.h diff --git a/src/bucoord/.gitignore b/src/bucoord/.gitignore new file mode 100644 index 0000000000..aef3d8be2d --- /dev/null +++ b/src/bucoord/.gitignore @@ -0,0 +1,7 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/backup +/bc.h +/bucoord_errs.c diff --git a/src/budb/.gitignore b/src/budb/.gitignore new file mode 100644 index 0000000000..1427515862 --- /dev/null +++ b/src/budb/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/budb.h +/budb_client.h +/budb_errs.c +/budb_errs.h +/budb_server diff --git a/src/butc/.gitignore b/src/butc/.gitignore new file mode 100644 index 0000000000..58438fd3c2 --- /dev/null +++ b/src/butc/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/butc +/read_tape diff --git a/src/cmd/.gitignore b/src/cmd/.gitignore new file mode 100644 index 0000000000..3ba98f2180 --- /dev/null +++ b/src/cmd/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cmd.h +/cmd_errors.c diff --git a/src/comerr/.gitignore b/src/comerr/.gitignore new file mode 100644 index 0000000000..b032bc9de4 --- /dev/null +++ b/src/comerr/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/compile_et +/et_lex.lex.c diff --git a/src/config/.gitignore b/src/config/.gitignore new file mode 100644 index 0000000000..06916db5ba --- /dev/null +++ b/src/config/.gitignore @@ -0,0 +1,17 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Makefile.*_*[0123456789] +/Makefile.*_*[0123456789].in +/Makefile.config +/Makefile.version +/Makefile.version-NOCML +/afsconfig.h +/afsconfig.h.in +/config +/mkvers +/param.h.new +/shlib-build +/shlib-install +/stamp-h1 diff --git a/src/des/.gitignore b/src/des/.gitignore new file mode 100644 index 0000000000..c99d36d42c --- /dev/null +++ b/src/des/.gitignore @@ -0,0 +1,18 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fp.c +/ip.c +/key_perm.h +/make_fp +/make_ip +/make_keyperm +/make_odd +/make_p +/make_p_table +/make_s_table +/odd.h +/p.c +/p_table.h +/s_table.h diff --git a/src/dir/test/.gitignore b/src/dir/test/.gitignore new file mode 100644 index 0000000000..fd94704260 --- /dev/null +++ b/src/dir/test/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/dtest diff --git a/src/export/.gitignore b/src/export/.gitignore new file mode 100644 index 0000000000..8de20f3c7a --- /dev/null +++ b/src/export/.gitignore @@ -0,0 +1,8 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cfgafs64 +/cfgexport64 +/export.ext.nonfs +/export64.ext.nonfs diff --git a/src/finale/.gitignore b/src/finale/.gitignore new file mode 100644 index 0000000000..2069da97c0 --- /dev/null +++ b/src/finale/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/translate_et diff --git a/src/fsint/.gitignore b/src/fsint/.gitignore new file mode 100644 index 0000000000..48c64c071b --- /dev/null +++ b/src/fsint/.gitignore @@ -0,0 +1,10 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Kcallback.h +/Kvice.h +/Kpagcb.h +/afscbint.h +/afsint.h +/pagcb.h diff --git a/src/fsprobe/.gitignore b/src/fsprobe/.gitignore new file mode 100644 index 0000000000..bf549b4dd0 --- /dev/null +++ b/src/fsprobe/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fsprobe_test diff --git a/src/gtx/.gitignore b/src/gtx/.gitignore new file mode 100644 index 0000000000..cfd0bd9ee7 --- /dev/null +++ b/src/gtx/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/gtxtest diff --git a/src/kauth/.gitignore b/src/kauth/.gitignore new file mode 100644 index 0000000000..b575031592 --- /dev/null +++ b/src/kauth/.gitignore @@ -0,0 +1,20 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Kkauth.h +/ka-forwarder +/kaerrors.c +/kas +/kaserver +/kauth.h +/kautils.h +/kdb +/klog +/klog.krb +/klogin +/klogin.krb +/knfs +/kpasswd +/kpwvalid +/rebuild diff --git a/src/kopenafs/.gitignore b/src/kopenafs/.gitignore new file mode 100644 index 0000000000..79f405a9e1 --- /dev/null +++ b/src/kopenafs/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/test-setpag +/test-unlog diff --git a/src/libadmin/adminutil/.gitignore b/src/libadmin/adminutil/.gitignore new file mode 100644 index 0000000000..a445292fb3 --- /dev/null +++ b/src/libadmin/adminutil/.gitignore @@ -0,0 +1,22 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/afs_AdminBosErrors.c +/afs_AdminBosErrors.h +/afs_AdminCfgErrors.c +/afs_AdminCfgErrors.h +/afs_AdminClientErrors.c +/afs_AdminClientErrors.h +/afs_AdminCommonErrors.c +/afs_AdminCommonErrors.h +/afs_AdminKasErrors.c +/afs_AdminKasErrors.h +/afs_AdminMiscErrors.c +/afs_AdminMiscErrors.h +/afs_AdminPtsErrors.c +/afs_AdminPtsErrors.h +/afs_AdminUtilErrors.c +/afs_AdminUtilErrors.h +/afs_AdminVosErrors.c +/afs_AdminVosErrors.h diff --git a/src/libadmin/samples/.gitignore b/src/libadmin/samples/.gitignore new file mode 100644 index 0000000000..9be4c688dc --- /dev/null +++ b/src/libadmin/samples/.gitignore @@ -0,0 +1,25 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cm_client_config +/cm_list_cells +/cm_local_cell +/cm_server_prefs +/rxdebug_basic_stats +/rxdebug_conns +/rxdebug_peers +/rxdebug_rx_stats +/rxdebug_supported_stats +/rxdebug_version +/rxstat_clear_peer +/rxstat_clear_process +/rxstat_disable_peer +/rxstat_disable_process +/rxstat_enable_peer +/rxstat_enable_process +/rxstat_get_peer +/rxstat_get_process +/rxstat_get_version +/rxstat_query_peer +/rxstat_query_process diff --git a/src/libadmin/test/.gitignore b/src/libadmin/test/.gitignore new file mode 100644 index 0000000000..e7057fc6fc --- /dev/null +++ b/src/libadmin/test/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/afscp diff --git a/src/libafs/.gitignore b/src/libafs/.gitignore new file mode 100644 index 0000000000..8ecfa7b7df --- /dev/null +++ b/src/libafs/.gitignore @@ -0,0 +1,26 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/MODLOAD +/MODLOAD-* +/MODLOAD32 +/MODLOAD64 +/Makefile.common +/MakefileProto.* +!/MakefileProto.*.in +/afs +/afsint +/asm +/asm-generic +/config +/export.h +/export.exp +/export64.exp +/h +/linux +/net +/netinet +/rpc +/sys +/rx diff --git a/src/libuafs/.gitignore b/src/libuafs/.gitignore new file mode 100644 index 0000000000..bf4c7595be --- /dev/null +++ b/src/libuafs/.gitignore @@ -0,0 +1,27 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Makefile.common +/MakefileProto.* +!/MakefileProto.*.in +/UAFS +/JUAFS +/afs +/afsint +/config +/des +/h +/inet +/linktest +/net +/netinet +/nfs +/nsapi +/rpc +/rx +/sys +/ufs +/export.exp +/export.h +/export64.exp diff --git a/src/log/.gitignore b/src/log/.gitignore new file mode 100644 index 0000000000..cf84a7412a --- /dev/null +++ b/src/log/.gitignore @@ -0,0 +1,8 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/kseal +/tokens +/tokens.krb +/unlog diff --git a/src/packaging/Debian/.gitignore b/src/packaging/Debian/.gitignore new file mode 100644 index 0000000000..8a8112e23c --- /dev/null +++ b/src/packaging/Debian/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/rules diff --git a/src/packaging/MacOS/.gitignore b/src/packaging/MacOS/.gitignore new file mode 100644 index 0000000000..60692710a1 --- /dev/null +++ b/src/packaging/MacOS/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/OpenAFS.Info.plist +/OpenAFS.info +/buildpkg.sh + +!/Makefile diff --git a/src/packaging/RedHat/.gitignore b/src/packaging/RedHat/.gitignore new file mode 100644 index 0000000000..355be81c85 --- /dev/null +++ b/src/packaging/RedHat/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/openafs.spec diff --git a/src/pam/.gitignore b/src/pam/.gitignore new file mode 100644 index 0000000000..c381a3cd71 --- /dev/null +++ b/src/pam/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/test_pam diff --git a/src/platform/SOLARIS/.gitignore b/src/platform/SOLARIS/.gitignore new file mode 100644 index 0000000000..5c5591bed7 --- /dev/null +++ b/src/platform/SOLARIS/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fs_conv_sol26 diff --git a/src/ptserver/.gitignore b/src/ptserver/.gitignore new file mode 100644 index 0000000000..41b0e94bc7 --- /dev/null +++ b/src/ptserver/.gitignore @@ -0,0 +1,16 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Kptint.h +/db_verify +/pt_util +/pterror.c +/pterror.h +/ptint.h +/pts +/ptserver +/readgroup +/readpwd +/testpt +/ptclient diff --git a/src/rx/.gitignore b/src/rx/.gitignore new file mode 100644 index 0000000000..e2d9bf7af1 --- /dev/null +++ b/src/rx/.gitignore @@ -0,0 +1,7 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/rxdebug +/rxdumptrace +/rxperf diff --git a/src/rxdebug/.gitignore b/src/rxdebug/.gitignore new file mode 100644 index 0000000000..a54f3c9081 --- /dev/null +++ b/src/rxdebug/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/rxdebug +/rxdumptrace diff --git a/src/rxgen/.gitignore b/src/rxgen/.gitignore new file mode 100644 index 0000000000..8705b3ee8e --- /dev/null +++ b/src/rxgen/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/rxgen diff --git a/src/rxkad/.gitignore b/src/rxkad/.gitignore new file mode 100644 index 0000000000..4bd986822a --- /dev/null +++ b/src/rxkad/.gitignore @@ -0,0 +1,11 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/crypt_conn.c +/fcrypt.c +/fcrypt.h +/rxkad.h +/rxkad_errs.c +/sboxes.h +/fc_test diff --git a/src/rxstat/.gitignore b/src/rxstat/.gitignore new file mode 100644 index 0000000000..a2f9b2c245 --- /dev/null +++ b/src/rxstat/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/rxstat.h diff --git a/src/scout/.gitignore b/src/scout/.gitignore new file mode 100644 index 0000000000..d8d9b1c109 --- /dev/null +++ b/src/scout/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/scout diff --git a/src/sys/.gitignore b/src/sys/.gitignore new file mode 100644 index 0000000000..89e6019b23 --- /dev/null +++ b/src/sys/.gitignore @@ -0,0 +1,12 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/pagsh +/pagsh.krb +/picobj +/rmtsys.h +/rmtsysd +/afs.exp +/afsl.exp +/Krmtsys.h diff --git a/src/tbudb/.gitignore b/src/tbudb/.gitignore new file mode 100644 index 0000000000..1427515862 --- /dev/null +++ b/src/tbudb/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/budb.h +/budb_client.h +/budb_errs.c +/budb_errs.h +/budb_server diff --git a/src/tbutc/.gitignore b/src/tbutc/.gitignore new file mode 100644 index 0000000000..38fa2d080c --- /dev/null +++ b/src/tbutc/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/butc diff --git a/src/tests/.gitignore b/src/tests/.gitignore new file mode 100644 index 0000000000..3ac53c83ea --- /dev/null +++ b/src/tests/.gitignore @@ -0,0 +1,74 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/xf_errs.c +/xf_errs.h +/OS.pm +/Dirpath.pm +/afsdump_dirlist +/afsdump_extract +/afsdump_scan +/append-over-page +/asu +/blocks-new-file +/create-dirs +/create-files +/create-remove +/create-stat +/create-symlinks +/dumpscan_errs.c +/dumpscan_errs.h +/dumptool +/dup2-and-unlog +/echo-n +/exit-wo-close +/fchmod +/fsx +/hardlink1 +/hardlink2 +/hardlink4 +/hello-world +/intr-read +/kill-softer +/kill-softly +/large-dir +/large-dir2 +/large-dir3 +/make-page +/mkdir2 +/mkdir3 +/mmap-and-read +/mmap-cat +/mmap-shared-write +/mmap-vs-read +/mmap-vs-read2 +/mountpoint +/pine +/read-vs-mmap +/read-vs-mmap2 +/read-write +/readdir-vs-lstat +/rename-under-feet +/rename5 +/rename6 +/rm-rf +/run-tests +/still-there-p +/strange-characters-c +/symlink +/test-parallel1 +/test-parallel2 +/test-setgroups +/test-setpag +/truncate +/truncate-files +/utime-dir +/utime-file +/write-closed +/write-closed2 +/write-large +/write-rand +/write-ro-file +/write-ucc +/write3 diff --git a/src/tests/OpenAFS/.gitignore b/src/tests/OpenAFS/.gitignore new file mode 100644 index 0000000000..ab1eb5b07f --- /dev/null +++ b/src/tests/OpenAFS/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Dirpath.pm diff --git a/src/tools/install/.gitignore b/src/tools/install/.gitignore new file mode 100644 index 0000000000..34377552ea --- /dev/null +++ b/src/tools/install/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +!.afs_state diff --git a/src/tptserver/.gitignore b/src/tptserver/.gitignore new file mode 100644 index 0000000000..e993f8443b --- /dev/null +++ b/src/tptserver/.gitignore @@ -0,0 +1,14 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/db_verify +/pt_util +/pterror.c +/pterror.h +/ptint.h +/pts +/ptserver +/readgroup +/readpwd +/testpt diff --git a/src/tsalvaged/.gitignore b/src/tsalvaged/.gitignore new file mode 100644 index 0000000000..f41b5f2a2a --- /dev/null +++ b/src/tsalvaged/.gitignore @@ -0,0 +1,7 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fssync-debug +/salvageserver +/salvsync-debug diff --git a/src/tubik/.gitignore b/src/tubik/.gitignore new file mode 100644 index 0000000000..6a89fe9552 --- /dev/null +++ b/src/tubik/.gitignore @@ -0,0 +1,11 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/ubik.h +/ubik_int.h +/udebug +/uerrors.c +/utst_client +/utst_int.h +/utst_server diff --git a/src/tviced/.gitignore b/src/tviced/.gitignore new file mode 100644 index 0000000000..aec943525a --- /dev/null +++ b/src/tviced/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fileserver +/state_analyzer diff --git a/src/tvlserver/.gitignore b/src/tvlserver/.gitignore new file mode 100644 index 0000000000..42e3943be1 --- /dev/null +++ b/src/tvlserver/.gitignore @@ -0,0 +1,11 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cnvldb +/vl_errors.c +/vlclient +/vldb_check +/vldbint.h +/vlserver +/vlserver.h diff --git a/src/tvolser/.gitignore b/src/tvolser/.gitignore new file mode 100644 index 0000000000..3efc92d30a --- /dev/null +++ b/src/tvolser/.gitignore @@ -0,0 +1,8 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/vl_errors.c +/vlserver.h +/volserver +/vos diff --git a/src/ubik/.gitignore b/src/ubik/.gitignore new file mode 100644 index 0000000000..56b5b4e7c9 --- /dev/null +++ b/src/ubik/.gitignore @@ -0,0 +1,12 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/Kubik_int.h +/ubik.h +/ubik_int.h +/udebug +/uerrors.c +/utst_client +/utst_int.h +/utst_server diff --git a/src/update/.gitignore b/src/update/.gitignore new file mode 100644 index 0000000000..6988d12897 --- /dev/null +++ b/src/update/.gitignore @@ -0,0 +1,7 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/upclient +/update.h +/upserver diff --git a/src/uss/.gitignore b/src/uss/.gitignore new file mode 100644 index 0000000000..ab9d3d3051 --- /dev/null +++ b/src/uss/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/uss diff --git a/src/util/.gitignore b/src/util/.gitignore new file mode 100644 index 0000000000..948072003d --- /dev/null +++ b/src/util/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/dirpath.h +/sys diff --git a/src/venus/.gitignore b/src/venus/.gitignore new file mode 100644 index 0000000000..13fad91e05 --- /dev/null +++ b/src/venus/.gitignore @@ -0,0 +1,12 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cmdebug +/fs +/fstrace +/kdump-* +/up +/kdump +/kdump64 +/livesys diff --git a/src/venus/test/.gitignore b/src/venus/test/.gitignore new file mode 100644 index 0000000000..fb1380372e --- /dev/null +++ b/src/venus/test/.gitignore @@ -0,0 +1,8 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/fulltest +/getinitparams +/idtest +/owntest diff --git a/src/vfsck/.gitignore b/src/vfsck/.gitignore new file mode 100644 index 0000000000..2b2ef6b689 --- /dev/null +++ b/src/vfsck/.gitignore @@ -0,0 +1,5 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/vfsck diff --git a/src/viced/.gitignore b/src/viced/.gitignore new file mode 100644 index 0000000000..ce810659cb --- /dev/null +++ b/src/viced/.gitignore @@ -0,0 +1,8 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cbd +/check_sysid +/fileserver +/fsprobe diff --git a/src/vlserver/.gitignore b/src/vlserver/.gitignore new file mode 100644 index 0000000000..42e3943be1 --- /dev/null +++ b/src/vlserver/.gitignore @@ -0,0 +1,11 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/cnvldb +/vl_errors.c +/vlclient +/vldb_check +/vldbint.h +/vlserver +/vlserver.h diff --git a/src/vol/.gitignore b/src/vol/.gitignore new file mode 100644 index 0000000000..abfec40a3c --- /dev/null +++ b/src/vol/.gitignore @@ -0,0 +1,9 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/salvager +/volinfo +/gi +/fs_conv_sol26 +/fssync-debug diff --git a/src/volser/.gitignore b/src/volser/.gitignore new file mode 100644 index 0000000000..270a0005ef --- /dev/null +++ b/src/volser/.gitignore @@ -0,0 +1,11 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/restorevol +/volerr.c +/volint.h +/volser.h +/volserver +/vos +/voldump diff --git a/src/xstat/.gitignore b/src/xstat/.gitignore new file mode 100644 index 0000000000..9688fc37b8 --- /dev/null +++ b/src/xstat/.gitignore @@ -0,0 +1,6 @@ +# After changing this file, please run +# git ls-files -i --exclude-standard +# to check that you haven't inadvertently ignored any tracked files. + +/xstat_cm_test +/xstat_fs_test