1# 2# N.B. 3# This is the toplevel .gitignore file. 4# This is not the place for entries that are specific to 5# a subdirectory. Instead add those files to the 6# .gitignore file in that subdirectory. 7# 8# N.B. 9# Please use 'git ls-files -i --exclude-standard' 10# command after changing this file, to see if there are 11# any tracked files which get ignored after the change. 12 13# 14# Normal rules 15# 16*.[oad] 17*.lo 18*.la 19*~ 20*.swp 21.deps 22.libs 23.DS_Store 24Makefile 25Makefile.in 26 27# 28# Top level generated files specific to this top level dir 29# 30/configure 31/config.log 32/config.status 33/libtool 34/spl_config.h 35/spl_config.h.in 36/spl.release 37/stamp-h1 38/aclocal.m4 39/autom4te.cache 40 41# 42# Top level generic files 43# 44!.gitignore 45tags 46TAGS 47cscope.* 48*.rpm 49*.deb 50*.tar.gz 51