2009-06-16 00:29:29 +01:00
|
|
|
#
|
|
|
|
# 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.*
|
2009-07-06 14:38:42 +01:00
|
|
|
*.dylib.*
|
2010-09-08 08:24:55 +01:00
|
|
|
*.dSYM
|
2009-06-16 00:29:29 +01:00
|
|
|
*.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
|
2009-07-16 00:16:14 +01:00
|
|
|
vc*.pdb
|
|
|
|
rs_state.ini
|
2010-09-08 08:22:57 +01:00
|
|
|
config.log
|
2009-06-16 00:29:29 +01:00
|
|
|
|
|
|
|
!.gitignore
|
|
|
|
!.cvsignore
|
|
|
|
!.splintrc
|
|
|
|
|
|
|
|
# Top level files
|
|
|
|
/aclocal.m4
|
|
|
|
/config.cache
|
|
|
|
/config.status
|
|
|
|
/configure
|
|
|
|
/configure-libafs
|
|
|
|
/include
|
|
|
|
/lib
|
|
|
|
/autom4te.cache
|
|
|
|
/ID
|
|
|
|
/TAGS
|
|
|
|
/NTLang.bat
|
|
|
|
/golast.bat
|
2010-06-26 19:35:18 +01:00
|
|
|
/.version
|
2009-06-16 00:29:29 +01:00
|
|
|
|
|
|
|
# Destination build directories
|
2009-07-06 14:38:42 +01:00
|
|
|
/alpha_nbsd*
|
|
|
|
/alpha_dux*
|
|
|
|
/amd64_linux*
|
|
|
|
/amd64_fsbd*
|
|
|
|
/amd64_nbsd*
|
2010-05-26 17:31:39 +01:00
|
|
|
/dest
|
2009-07-06 14:38:42 +01:00
|
|
|
/hp_ux*
|
|
|
|
/i386_dfbsd*
|
|
|
|
/i386_fbsd*
|
|
|
|
/i386_nbsd*
|
|
|
|
/i386_obsd*
|
|
|
|
/i386_linux*
|
|
|
|
/i386_umlinux*
|
|
|
|
/ia64_hpux*
|
|
|
|
/ia64_linux*
|
2010-05-26 17:31:39 +01:00
|
|
|
/obj
|
2011-07-13 11:53:57 +01:00
|
|
|
/packages
|
2009-07-06 14:38:42 +01:00
|
|
|
/parisc_linux*
|
|
|
|
/ppc_darwin*
|
|
|
|
/ppc_nbsd*
|
|
|
|
/ppc64_linux*
|
|
|
|
/rs_aix*
|
|
|
|
/s390_linux*
|
|
|
|
/s390x_linux*
|
2009-06-16 00:29:29 +01:00
|
|
|
/sgi_65
|
2009-07-06 14:38:42 +01:00
|
|
|
/sparc64_obsd*
|
|
|
|
/sparc64_linux*
|
|
|
|
/sun4_*
|
|
|
|
/sun4x_*
|
|
|
|
/sunx86_*
|
|
|
|
/x86_darwin*
|
2010-05-25 04:21:29 +01:00
|
|
|
|
|
|
|
# Result of make libafs_tree
|
|
|
|
/libafs_tree
|