2014-12-19 14:13:30 -05:00
|
|
|
# We don't want local build settings
|
|
|
|
/build.conf
|
|
|
|
|
|
|
|
# The chroots should be generated locally ONLY. The perms/ownership would get futzed up anyways if checked into git.
|
|
|
|
/root.x86_64
|
|
|
|
/root.i686
|
|
|
|
|
|
|
|
# We don't want the copied/stripped/compressed chroots
|
2016-11-20 01:46:01 -05:00
|
|
|
# might not be relevant anymore in the python rewrite
|
2014-12-19 14:13:30 -05:00
|
|
|
/build64
|
|
|
|
/build32
|
|
|
|
|
|
|
|
# We don't need these in git. They should be generated dynamically.
|
|
|
|
/http
|
|
|
|
/iso
|
|
|
|
/temp
|
|
|
|
/TMPBOOT
|
|
|
|
/tftpboot
|
2016-11-20 01:46:01 -05:00
|
|
|
/.latest.x86_64.tar.gz
|
|
|
|
/.latest.i686.tar.gz
|
2014-12-19 14:13:30 -05:00
|
|
|
/lockfile.lck
|
|
|
|
/VERSION_INFO.txt
|
|
|
|
/BUILDNO
|
|
|
|
/screenlog*
|
|
|
|
/logs
|
|
|
|
*.swp
|
2015-05-21 15:31:49 -04:00
|
|
|
*.lck
|
2016-11-28 02:56:15 -05:00
|
|
|
*~
|
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.
|
|
|
|
extra/pre-build.d/etc/openvpn/client.conf
|
|
|
|
overlay/etc/ssh/*
|
2016-11-29 03:16:44 -05:00
|
|
|
overlay/home/*
|
2015-07-07 08:55:02 -04:00
|
|
|
overlay/etc/systemd/system/multi-user.target.wants/openvpn@client.service
|
2016-11-29 03:16:44 -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
|