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*.[oa] 17*.o.ur-safe 18*.lo 19*.la 20*.mod.c 21*~ 22*.swp 23*.gcno 24*.gcda 25*.pyc 26*.pyo 27.deps 28.libs 29.dirstamp 30.DS_Store 31modules.order 32Makefile 33Makefile.in 34 35# 36# Top level generated files specific to this top level dir 37# 38/bin 39/build 40/configure 41/config.log 42/config.status 43/libtool 44/zfs_config.h 45/zfs_config.h.in 46/zfs.release 47/stamp-h1 48/aclocal.m4 49/autom4te.cache 50 51# 52# Top level generic files 53# 54!.gitignore 55tags 56TAGS 57current 58cscope.* 59*.rpm 60*.deb 61*.tar.gz 62*.patch 63*.orig 64*.log 65*.tmp 66venv 67 68*.so 69*.so.debug 70*.so.full 71