backport to buster
[hcoop/debian/openafs.git] / .gitignore
CommitLineData
805e021f
CE
1#
2# This is the root .gitignore for OpenAFS.
3#
4# Please don't add files that are generated in specific subdirectories
5# here. This file should only contain rules for the entire tree,
6# and entries specific to the top level directory.
7#
8# After changing this file, please run
9# git ls-files -i --exclude-standard
10# to check that you haven't inadvertently ignored any tracked files.
11
12# General rules
13
14.*
15*.orig
16*.rej
17*.o
18*.lo
19*.a
20*.la
21*.so
22*.sl
23*.so.*
24*.dylib.*
25*.dSYM
26*.xdr.c
27*.cs.c
28*.ss.c
29*~
30lex.yy.c
31y.tab.c
32y.tab.h
33Makefile
34RX_component_version_number.c
35AFS_component_version_number.c
36AFS_component_version_number.h
37vc*.pdb
38rs_state.ini
39config.log
40
41!.mailmap
42!.gitignore
43!.gitreview
44!.cvsignore
45!.splintrc
46
47# Top level files
48/aclocal.m4
49/config.cache
50/config.status
51/configure
52/configure-libafs
53/cscope.out
54/include
55/lib
56/libtool
57/autom4te.cache
58/ID
59/TAGS
60/NTLang.bat
61/golast.bat
62/.version
63
64# Destination build directories
65/alpha_nbsd*
66/alpha_dux*
67/amd64_linux*
68/amd64_fsbd*
69/amd64_nbsd*
70/dest
71/hp_ux*
72/i386_dfbsd*
73/i386_fbsd*
74/i386_nbsd*
75/i386_obsd*
76/i386_linux*
77/i386_umlinux*
78/ia64_hpux*
79/ia64_linux*
80/obj
81/packages
82/parisc_linux*
83/ppc_darwin*
84/ppc_nbsd*
85/ppc64_linux*
86/rs_aix*
87/s390_linux*
88/s390x_linux*
89/sgi_65
90/sparc64_obsd*
91/sparc64_linux*
92/sun4_*
93/sun4x_*
94/sunx86_*
95/x86_darwin*
96
97# Result of make libafs_tree
98/libafs_tree