mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
Revise git ignore files
Revise our git ignores to match the current state of the tree, and include
entires in the top level for all of the 'dest' directories for all of the
architectures we claim to support.
Reviewed-on: http://gerrit.openafs.org/2
Reviewed-by: Derrick Brashear <shadow@gmail.com>
Verified-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
(cherry picked from commit ba9ad62845
)
Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/172
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
d6c8b38f84
commit
90b7a07f28
40
.gitignore
vendored
40
.gitignore
vendored
@ -19,6 +19,7 @@
|
||||
*.so
|
||||
*.sl
|
||||
*.so.*
|
||||
*.dylib.*
|
||||
*.xdr.c
|
||||
*.cs.c
|
||||
*.ss.c
|
||||
@ -52,16 +53,31 @@ AFS_component_version_number.h
|
||||
/golast.bat
|
||||
|
||||
# Destination build directories
|
||||
/amd64_linux26
|
||||
/hp_ux102
|
||||
/hp_ux110
|
||||
/i386_linux22
|
||||
/i386_linux24
|
||||
/i386_linux26
|
||||
/i386_umlinux22
|
||||
/i386_umlinux24
|
||||
/parisc_linux24
|
||||
/alpha_nbsd*
|
||||
/alpha_dux*
|
||||
/amd64_linux*
|
||||
/amd64_fsbd*
|
||||
/amd64_nbsd*
|
||||
/hp_ux*
|
||||
/i386_dfbsd*
|
||||
/i386_fbsd*
|
||||
/i386_nbsd*
|
||||
/i386_obsd*
|
||||
/i386_linux*
|
||||
/i386_umlinux*
|
||||
/ia64_hpux*
|
||||
/ia64_linux*
|
||||
/parisc_linux*
|
||||
/ppc_darwin*
|
||||
/ppc_nbsd*
|
||||
/ppc64_linux*
|
||||
/rs_aix*
|
||||
/s390_linux*
|
||||
/s390x_linux*
|
||||
/sgi_65
|
||||
/sun4x_56
|
||||
/sun4x_57
|
||||
|
||||
/sparc64_obsd*
|
||||
/sparc64_linux*
|
||||
/sun4_*
|
||||
/sun4x_*
|
||||
/sunx86_*
|
||||
/x86_darwin*
|
||||
|
2
doc/xml/AdminGuide/.gitignore
vendored
2
doc/xml/AdminGuide/.gitignore
vendored
@ -5,5 +5,3 @@
|
||||
*.html
|
||||
*.pdf
|
||||
version.xml
|
||||
|
||||
!Makefile
|
||||
|
2
doc/xml/QuickStartUnix/.gitignore
vendored
2
doc/xml/QuickStartUnix/.gitignore
vendored
@ -5,5 +5,3 @@
|
||||
*.html
|
||||
*.pdf
|
||||
version.xml
|
||||
|
||||
!Makefile
|
||||
|
2
doc/xml/UserGuide/.gitignore
vendored
2
doc/xml/UserGuide/.gitignore
vendored
@ -5,5 +5,3 @@
|
||||
*.html
|
||||
*.pdf
|
||||
version.xml
|
||||
|
||||
!Makefile
|
||||
|
1
src/config/.gitignore
vendored
1
src/config/.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
/Makefile.config
|
||||
/Makefile.version
|
||||
/Makefile.version-NOCML
|
||||
/Makefile.version-CML
|
||||
/afsconfig.h
|
||||
/afsconfig.h.in
|
||||
/config
|
||||
|
1
src/libafs/.gitignore
vendored
1
src/libafs/.gitignore
vendored
@ -10,6 +10,7 @@
|
||||
/MakefileProto.*
|
||||
!/MakefileProto.*.in
|
||||
/afs
|
||||
/afs.x86_darwin_90.plist
|
||||
/afsint
|
||||
/asm
|
||||
/asm-generic
|
||||
|
6
src/platform/DARWIN/.gitignore
vendored
Normal file
6
src/platform/DARWIN/.gitignore
vendored
Normal file
@ -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.
|
||||
|
||||
afssettings
|
||||
|
Loading…
Reference in New Issue
Block a user