e1c9bb2ff0
This prevents git from picking up masterdirs that don't happen to be named the usual way and more custom and temporary files that should not be tracked by git.
19 lines
239 B
Text
19 lines
239 B
Text
*.swo
|
|
*.swp
|
|
*~
|
|
\#*#
|
|
|
|
# exclude everything in root except files and directories from void-packages
|
|
/*
|
|
!/CONTRIBUTING.md
|
|
!/COPYING
|
|
!/Manual.md
|
|
!/README.md
|
|
!/common
|
|
!/etc
|
|
!/srcpkgs
|
|
!/xbps-src
|
|
etc/conf
|
|
etc/conf.*
|
|
etc/virtual
|
|
etc/xbps.d/custom
|