mirror_zfs/.gitignore
Chunwei Chen 3bda331ba8 Improve gitignore
Exclude Makefile.in in module/ and fix the gitignore in cmd/
Also, ignore *.patch and *.orig files

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
2017-05-25 10:12:50 -07:00

53 lines
748 B
Plaintext

#
# N.B.
# This is the toplevel .gitignore file.
# This is not the place for entries that are specific to
# a subdirectory. Instead add those files to the
# .gitignore file in that subdirectory.
#
# N.B.
# Please use 'git ls-files -i --exclude-standard'
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
# Normal rules
#
*.[oad]
*.lo
*.la
*~
*.swp
.deps
.libs
.DS_Store
Makefile
Makefile.in
#
# Top level generated files specific to this top level dir
#
/configure
/config.log
/config.status
/libtool
/spl_config.h
/spl_config.h.in
/spl.release
/stamp-h1
/aclocal.m4
/autom4te.cache
#
# Top level generic files
#
!.gitignore
tags
TAGS
cscope.*
*.rpm
*.deb
*.tar.gz
*.patch
*.orig