gitignore-20090615
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Mon, 15 Jun 2009 23:29:29 +0000 (23:29 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 15 Jun 2009 23:29:29 +0000 (23:29 +0000)
LICENSE IPL10

make gitignore files

77 files changed:
.gitignore [new file with mode: 0644]
doc/man-pages/.gitignore [new file with mode: 0644]
doc/xml/AdminGuide/.gitignore [new file with mode: 0644]
doc/xml/QuickStartUnix/.gitignore [new file with mode: 0644]
doc/xml/UserGuide/.gitignore [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/JAVA/classes/.gitignore [new file with mode: 0644]
src/WINNT/afsadmsvr/.gitignore [new file with mode: 0644]
src/WINNT/afsd/afsd.h
src/WINNT/client_creds/.gitignore [new file with mode: 0644]
src/WINNT/netidmgr_plugin/extensions/sample/.gitignore [new file with mode: 0644]
src/afs/.gitignore [new file with mode: 0644]
src/afs/LINUX/.gitignore [new file with mode: 0644]
src/afsd/.gitignore [new file with mode: 0644]
src/afsmonitor/.gitignore [new file with mode: 0644]
src/aklog/.gitignore [new file with mode: 0644]
src/auth/.gitignore [new file with mode: 0644]
src/bozo/.gitignore [new file with mode: 0644]
src/bu_utils/.gitignore [new file with mode: 0644]
src/bubasics/.gitignore [new file with mode: 0644]
src/bucoord/.gitignore [new file with mode: 0644]
src/budb/.gitignore [new file with mode: 0644]
src/butc/.gitignore [new file with mode: 0644]
src/cmd/.gitignore [new file with mode: 0644]
src/comerr/.gitignore [new file with mode: 0644]
src/config/.gitignore [new file with mode: 0644]
src/des/.gitignore [new file with mode: 0644]
src/dir/test/.gitignore [new file with mode: 0644]
src/export/.gitignore [new file with mode: 0644]
src/finale/.gitignore [new file with mode: 0644]
src/fsint/.gitignore [new file with mode: 0644]
src/fsprobe/.gitignore [new file with mode: 0644]
src/gtx/.gitignore [new file with mode: 0644]
src/kauth/.gitignore [new file with mode: 0644]
src/kopenafs/.gitignore [new file with mode: 0644]
src/libadmin/adminutil/.gitignore [new file with mode: 0644]
src/libadmin/samples/.gitignore [new file with mode: 0644]
src/libadmin/test/.gitignore [new file with mode: 0644]
src/libafs/.gitignore [new file with mode: 0644]
src/libuafs/.gitignore [new file with mode: 0644]
src/log/.gitignore [new file with mode: 0644]
src/packaging/Debian/.gitignore [new file with mode: 0644]
src/packaging/MacOS/.gitignore [new file with mode: 0644]
src/packaging/RedHat/.gitignore [new file with mode: 0644]
src/pam/.gitignore [new file with mode: 0644]
src/platform/SOLARIS/.gitignore [new file with mode: 0644]
src/ptserver/.gitignore [new file with mode: 0644]
src/rx/.gitignore [new file with mode: 0644]
src/rxdebug/.gitignore [new file with mode: 0644]
src/rxgen/.gitignore [new file with mode: 0644]
src/rxkad/.gitignore [new file with mode: 0644]
src/rxstat/.gitignore [new file with mode: 0644]
src/scout/.gitignore [new file with mode: 0644]
src/sys/.gitignore [new file with mode: 0644]
src/tbudb/.gitignore [new file with mode: 0644]
src/tbutc/.gitignore [new file with mode: 0644]
src/tests/.gitignore [new file with mode: 0644]
src/tests/OpenAFS/.gitignore [new file with mode: 0644]
src/tools/install/.gitignore [new file with mode: 0644]
src/tptserver/.gitignore [new file with mode: 0644]
src/tsalvaged/.gitignore [new file with mode: 0644]
src/tubik/.gitignore [new file with mode: 0644]
src/tviced/.gitignore [new file with mode: 0644]
src/tvlserver/.gitignore [new file with mode: 0644]
src/tvolser/.gitignore [new file with mode: 0644]
src/ubik/.gitignore [new file with mode: 0644]
src/update/.gitignore [new file with mode: 0644]
src/uss/.gitignore [new file with mode: 0644]
src/util/.gitignore [new file with mode: 0644]
src/venus/.gitignore [new file with mode: 0644]
src/venus/test/.gitignore [new file with mode: 0644]
src/vfsck/.gitignore [new file with mode: 0644]
src/viced/.gitignore [new file with mode: 0644]
src/vlserver/.gitignore [new file with mode: 0644]
src/vol/.gitignore [new file with mode: 0644]
src/volser/.gitignore [new file with mode: 0644]
src/xstat/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..1070917
--- /dev/null
@@ -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 (file)
index 0000000..03bf4c9
--- /dev/null
@@ -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 (file)
index 0000000..0e5cde8
--- /dev/null
@@ -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 (file)
index 0000000..0e5cde8
--- /dev/null
@@ -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 (file)
index 0000000..0e5cde8
--- /dev/null
@@ -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 (file)
index 0000000..58fd35e
--- /dev/null
@@ -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 (file)
index 0000000..3353006
--- /dev/null
@@ -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 (file)
index 0000000..87f3858
--- /dev/null
@@ -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
+
index e0061f3..0e0332b 100644 (file)
@@ -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 (file)
index 0000000..5c40cc3
--- /dev/null
@@ -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 (file)
index 0000000..5c40cc3
--- /dev/null
@@ -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 (file)
index 0000000..18354e5
--- /dev/null
@@ -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 (file)
index 0000000..21263a0
--- /dev/null
@@ -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 (file)
index 0000000..033f722
--- /dev/null
@@ -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 (file)
index 0000000..711a429
--- /dev/null
@@ -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 (file)
index 0000000..52e12aa
--- /dev/null
@@ -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 (file)
index 0000000..46cdcd4
--- /dev/null
@@ -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 (file)
index 0000000..515ed0c
--- /dev/null
@@ -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 (file)
index 0000000..da8bf61
--- /dev/null
@@ -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 (file)
index 0000000..2be46ad
--- /dev/null
@@ -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 (file)
index 0000000..aef3d8b
--- /dev/null
@@ -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 (file)
index 0000000..1427515
--- /dev/null
@@ -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 (file)
index 0000000..58438fd
--- /dev/null
@@ -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 (file)
index 0000000..3ba98f2
--- /dev/null
@@ -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 (file)
index 0000000..b032bc9
--- /dev/null
@@ -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 (file)
index 0000000..06916db
--- /dev/null
@@ -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 (file)
index 0000000..c99d36d
--- /dev/null
@@ -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 (file)
index 0000000..fd94704
--- /dev/null
@@ -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 (file)
index 0000000..8de20f3
--- /dev/null
@@ -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 (file)
index 0000000..2069da9
--- /dev/null
@@ -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 (file)
index 0000000..48c64c0
--- /dev/null
@@ -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 (file)
index 0000000..bf549b4
--- /dev/null
@@ -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 (file)
index 0000000..cfd0bd9
--- /dev/null
@@ -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 (file)
index 0000000..b575031
--- /dev/null
@@ -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 (file)
index 0000000..79f405a
--- /dev/null
@@ -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 (file)
index 0000000..a445292
--- /dev/null
@@ -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 (file)
index 0000000..9be4c68
--- /dev/null
@@ -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 (file)
index 0000000..e7057fc
--- /dev/null
@@ -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 (file)
index 0000000..8ecfa7b
--- /dev/null
@@ -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 (file)
index 0000000..bf4c759
--- /dev/null
@@ -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 (file)
index 0000000..cf84a74
--- /dev/null
@@ -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 (file)
index 0000000..8a8112e
--- /dev/null
@@ -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 (file)
index 0000000..6069271
--- /dev/null
@@ -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 (file)
index 0000000..355be81
--- /dev/null
@@ -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 (file)
index 0000000..c381a3c
--- /dev/null
@@ -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 (file)
index 0000000..5c5591b
--- /dev/null
@@ -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 (file)
index 0000000..41b0e94
--- /dev/null
@@ -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 (file)
index 0000000..e2d9bf7
--- /dev/null
@@ -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 (file)
index 0000000..a54f3c9
--- /dev/null
@@ -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 (file)
index 0000000..8705b3e
--- /dev/null
@@ -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 (file)
index 0000000..4bd9868
--- /dev/null
@@ -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 (file)
index 0000000..a2f9b2c
--- /dev/null
@@ -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 (file)
index 0000000..d8d9b1c
--- /dev/null
@@ -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 (file)
index 0000000..89e6019
--- /dev/null
@@ -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 (file)
index 0000000..1427515
--- /dev/null
@@ -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 (file)
index 0000000..38fa2d0
--- /dev/null
@@ -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 (file)
index 0000000..3ac53c8
--- /dev/null
@@ -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 (file)
index 0000000..ab1eb5b
--- /dev/null
@@ -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 (file)
index 0000000..3437755
--- /dev/null
@@ -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 (file)
index 0000000..e993f84
--- /dev/null
@@ -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 (file)
index 0000000..f41b5f2
--- /dev/null
@@ -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 (file)
index 0000000..6a89fe9
--- /dev/null
@@ -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 (file)
index 0000000..aec9435
--- /dev/null
@@ -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 (file)
index 0000000..42e3943
--- /dev/null
@@ -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 (file)
index 0000000..3efc92d
--- /dev/null
@@ -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 (file)
index 0000000..56b5b4e
--- /dev/null
@@ -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 (file)
index 0000000..6988d12
--- /dev/null
@@ -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 (file)
index 0000000..ab9d3d3
--- /dev/null
@@ -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 (file)
index 0000000..9480720
--- /dev/null
@@ -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 (file)
index 0000000..13fad91
--- /dev/null
@@ -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 (file)
index 0000000..fb13803
--- /dev/null
@@ -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 (file)
index 0000000..2b2ef6b
--- /dev/null
@@ -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 (file)
index 0000000..ce81065
--- /dev/null
@@ -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 (file)
index 0000000..42e3943
--- /dev/null
@@ -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 (file)
index 0000000..abfec40
--- /dev/null
@@ -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 (file)
index 0000000..270a000
--- /dev/null
@@ -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 (file)
index 0000000..9688fc3
--- /dev/null
@@ -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