47 lines
824 B
Plaintext
47 lines
824 B
Plaintext
# We don't want local build settings in case someone's using
|
|
# the git dir as a place to store their build.ini
|
|
/build.ini
|
|
/dist.build.ini
|
|
*.bak
|
|
|
|
# These are user-controlled.
|
|
#/overlay/*
|
|
!/overlay/x86_64
|
|
!/overlay/i686
|
|
!/overlay/etc/
|
|
# The default doesn't store these in the git working dir,
|
|
# but better safe than sorry.
|
|
/root.x86_64
|
|
/root.i686
|
|
/http
|
|
/iso
|
|
/temp
|
|
/tftpboot
|
|
|
|
# We don't need these in git. They should be generated dynamically.
|
|
.latest.*.tar
|
|
/buildnum
|
|
/screenlog*
|
|
/logs
|
|
*.swp
|
|
*.lck
|
|
*~
|
|
.~lock.*
|
|
/extrasrc
|
|
|
|
# You should really generate local copies of these, as they're pretty private.
|
|
**/etc/dropbear
|
|
**/etc/openvpn
|
|
**/etc/systemd/system/multi-user.target.wants/openvpn@*
|
|
**/etc/ssh
|
|
**/home
|
|
**/root
|
|
**ssl/
|
|
!**ssl/.keepme
|
|
!**ssl/openssl.cnf
|
|
|
|
# and we DEFINITELY don't need these.
|
|
__pycache__/
|
|
*.pyc
|
|
bdisk/test.py
|