openafs/.gitignore
Ian Wienand 8fb1fec47c Add .gitreview
git-review [1] makes it much easier to submit changes.  Add a default
configuration file.

[1] https://docs.openstack.org/infra/git-review/usage.html

Reviewed-on: https://gerrit.openafs.org/12884
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit c7c71d2429)

Reviewed-on: https://gerrit.openafs.org/12901
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 833e2783a3)

Change-Id: If071b6bd92cf0cec92b1096fa6a86ea13ad64468
Reviewed-on: https://gerrit.openafs.org/12973
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
2018-04-09 04:51:50 -04:00

94 lines
1.3 KiB
Plaintext

#
# 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.*
*.dylib.*
*.dSYM
*.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
vc*.pdb
rs_state.ini
config.log
!.gitignore
!.gitreview
!.cvsignore
!.splintrc
# Top level files
/aclocal.m4
/config.cache
/config.status
/configure
/configure-libafs
/include
/lib
/autom4te.cache
/ID
/TAGS
/NTLang.bat
/golast.bat
/.version
# Destination build directories
/alpha_nbsd*
/alpha_dux*
/amd64_linux*
/amd64_fsbd*
/amd64_nbsd*
/dest
/hp_ux*
/i386_dfbsd*
/i386_fbsd*
/i386_nbsd*
/i386_obsd*
/i386_linux*
/i386_umlinux*
/ia64_hpux*
/ia64_linux*
/obj
/packages
/parisc_linux*
/ppc_darwin*
/ppc_nbsd*
/ppc64_linux*
/rs_aix*
/s390_linux*
/s390x_linux*
/sgi_65
/sparc64_obsd*
/sparc64_linux*
/sun4_*
/sun4x_*
/sunx86_*
/x86_darwin*
# Result of make libafs_tree
/libafs_tree