From 1c24db09fa193f964729aee27f309c27dec9853a Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 15 Jul 2009 19:16:14 -0400 Subject: [PATCH] Add/Update .gitignore files for Windows builds Many Windows files were not included in the .gitignore files. Many directories did not have .gitignore files at all. Add and update where required. LICENSE IPL10 Reviewed-on: http://gerrit.openafs.org/103 Verified-by: Simon Wilkinson Reviewed-by: Simon Wilkinson Verified-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- .gitignore | 2 ++ doc/xml/AdminGuide/.gitignore | 1 + doc/xml/ReleaseNotesWindows/.gitignore | 8 ++++++++ doc/xml/UserGuide/.gitignore | 1 + src/WINNT/afsd/.gitignore | 11 +++++++++++ src/WINNT/client_osi/.gitignore | 7 +++++++ src/WINNT/eventlog/lang/.gitignore | 9 +++++++++ src/WINNT/license/lang/.gitignore | 5 +++++ src/WINNT/netidmgr_plugin/.gitignore | 5 +++++ src/WINNT/netidmgr_plugin/help/.gitignore | 5 +++++ src/config/.gitignore | 1 + src/des/.gitignore | 1 + src/tvolser/.gitignore | 5 +++++ 13 files changed, 61 insertions(+) create mode 100644 doc/xml/ReleaseNotesWindows/.gitignore create mode 100644 src/WINNT/afsd/.gitignore create mode 100644 src/WINNT/client_osi/.gitignore create mode 100644 src/WINNT/eventlog/lang/.gitignore create mode 100644 src/WINNT/license/lang/.gitignore create mode 100644 src/WINNT/netidmgr_plugin/.gitignore create mode 100644 src/WINNT/netidmgr_plugin/help/.gitignore diff --git a/.gitignore b/.gitignore index 083d4ef58..22ebffb76 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ Makefile RX_component_version_number.c AFS_component_version_number.c AFS_component_version_number.h +vc*.pdb +rs_state.ini !.gitignore !.cvsignore diff --git a/doc/xml/AdminGuide/.gitignore b/doc/xml/AdminGuide/.gitignore index 563333e3b..e436b470d 100644 --- a/doc/xml/AdminGuide/.gitignore +++ b/doc/xml/AdminGuide/.gitignore @@ -4,4 +4,5 @@ *.html *.pdf +*.chm version.xml diff --git a/doc/xml/ReleaseNotesWindows/.gitignore b/doc/xml/ReleaseNotesWindows/.gitignore new file mode 100644 index 000000000..e436b470d --- /dev/null +++ b/doc/xml/ReleaseNotesWindows/.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. + +*.html +*.pdf +*.chm +version.xml diff --git a/doc/xml/UserGuide/.gitignore b/doc/xml/UserGuide/.gitignore index 563333e3b..e436b470d 100644 --- a/doc/xml/UserGuide/.gitignore +++ b/doc/xml/UserGuide/.gitignore @@ -4,4 +4,5 @@ *.html *.pdf +*.chm version.xml diff --git a/src/WINNT/afsd/.gitignore b/src/WINNT/afsd/.gitignore new file mode 100644 index 000000000..a15437595 --- /dev/null +++ b/src/WINNT/afsd/.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. + +/MSG00409.bin +/afsd_eventmessages.h +/afsd_eventmessages.rc +/afsrpc.h +/afsrpc_c.c +/afsrpc_s.c + diff --git a/src/WINNT/client_osi/.gitignore b/src/WINNT/client_osi/.gitignore new file mode 100644 index 000000000..1b1d5719d --- /dev/null +++ b/src/WINNT/client_osi/.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. + +/dbrpc.h +/dbrpc_c.c +/dbrpc_s.c diff --git a/src/WINNT/eventlog/lang/.gitignore b/src/WINNT/eventlog/lang/.gitignore new file mode 100644 index 000000000..832c9dacf --- /dev/null +++ b/src/WINNT/eventlog/lang/.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. + +MSG00001.bin +MSG000001.bin +afsevent.h +event.h +event.rc diff --git a/src/WINNT/license/lang/.gitignore b/src/WINNT/license/lang/.gitignore new file mode 100644 index 000000000..62ba61e9e --- /dev/null +++ b/src/WINNT/license/lang/.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. + +*.rtf diff --git a/src/WINNT/netidmgr_plugin/.gitignore b/src/WINNT/netidmgr_plugin/.gitignore new file mode 100644 index 000000000..6c8a3392e --- /dev/null +++ b/src/WINNT/netidmgr_plugin/.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. + +/afsp_version.h diff --git a/src/WINNT/netidmgr_plugin/help/.gitignore b/src/WINNT/netidmgr_plugin/help/.gitignore new file mode 100644 index 000000000..a7ca82154 --- /dev/null +++ b/src/WINNT/netidmgr_plugin/help/.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. + +/afsplhlp.chm diff --git a/src/config/.gitignore b/src/config/.gitignore index 3a457add0..d6e314e3e 100644 --- a/src/config/.gitignore +++ b/src/config/.gitignore @@ -16,3 +16,4 @@ /shlib-build /shlib-install /stamp-h1 +/NTMakefile.version diff --git a/src/des/.gitignore b/src/des/.gitignore index c99d36d42..95d09abb3 100644 --- a/src/des/.gitignore +++ b/src/des/.gitignore @@ -16,3 +16,4 @@ /p.c /p_table.h /s_table.h +/s.c diff --git a/src/tvolser/.gitignore b/src/tvolser/.gitignore index 3efc92d30..1489aa09b 100644 --- a/src/tvolser/.gitignore +++ b/src/tvolser/.gitignore @@ -6,3 +6,8 @@ /vlserver.h /volserver /vos +/volerr.c +/volerr.et +/volint.h +/volser.h +/volser.p.h -- 2.39.5