2016-12-01 07:13:24 -05:00
|
|
|
# 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
|
2016-12-13 23:43:53 -05:00
|
|
|
/dist.build.ini
|
|
|
|
*.bak
|
2014-12-19 14:13:30 -05:00
|
|
|
|
2016-12-02 00:18:23 -05:00
|
|
|
# These are user-controlled.
|
|
|
|
#/overlay/*
|
|
|
|
!/overlay/x86_64
|
|
|
|
!/overlay/i686
|
|
|
|
!/overlay/etc/
|
2016-12-01 07:13:24 -05:00
|
|
|
# The default doesn't store these in the git working dir,
|
|
|
|
# but better safe than sorry.
|
2014-12-19 14:13:30 -05:00
|
|
|
/root.x86_64
|
|
|
|
/root.i686
|
|
|
|
/http
|
|
|
|
/iso
|
|
|
|
/temp
|
|
|
|
/tftpboot
|
2016-12-01 07:13:24 -05:00
|
|
|
|
|
|
|
# We don't need these in git. They should be generated dynamically.
|
|
|
|
.latest.*.tar
|
|
|
|
/buildnum
|
2014-12-19 14:13:30 -05:00
|
|
|
/screenlog*
|
|
|
|
/logs
|
|
|
|
*.swp
|
2015-05-21 15:31:49 -04:00
|
|
|
*.lck
|
2016-11-28 02:56:15 -05:00
|
|
|
*~
|
2016-12-04 14:27:23 -05:00
|
|
|
.~lock.*
|
2015-07-12 00:45:54 -04:00
|
|
|
/extrasrc
|
2015-07-07 08:52:01 -04:00
|
|
|
|
|
|
|
# You should really generate local copies of these, as they're pretty private.
|
2016-12-17 15:16:09 -05:00
|
|
|
**/etc/dropbear
|
2016-12-01 09:35:06 -05:00
|
|
|
**/etc/openvpn
|
2016-12-02 00:18:23 -05:00
|
|
|
**/etc/systemd/system/multi-user.target.wants/openvpn@*
|
2016-12-01 09:35:06 -05:00
|
|
|
**/etc/ssh
|
|
|
|
**/home
|
2016-12-01 12:47:23 -05:00
|
|
|
**/root
|
2016-12-01 09:35:06 -05:00
|
|
|
**ssl/
|
|
|
|
!**ssl/.keepme
|
|
|
|
!**ssl/openssl.cnf
|
2016-11-14 19:23:39 -05:00
|
|
|
|
|
|
|
# and we DEFINITELY don't need these.
|
|
|
|
__pycache__/
|
|
|
|
*.pyc
|
2016-11-19 20:23:14 -05:00
|
|
|
bdisk/test.py
|