bdisk/.gitignore

33 lines
649 B
Plaintext
Raw Normal View History

# We don't want local build settings in case someone's using
# the git dir as a place to store their build.ini
2018-05-08 22:25:41 -04:00
confs/*
2014-12-19 14:13:30 -05:00
# We don't need these in git. They should be generated dynamically, or they're used in testing/development or local
# to a workstation.
.latest.*.tar
/buildnum
2018-05-08 22:25:41 -04:00
screenlog*
2014-12-19 14:13:30 -05:00
/logs
*.swp
2015-05-21 15:31:49 -04:00
*.lck
2016-11-28 02:56:15 -05:00
*~
.~lock.*
.idea/
2015-07-07 08:52:01 -04:00
# You should really generate local copies of these, as they're pretty private.
**/etc/dropbear
**/etc/openvpn
2016-12-02 00:18:23 -05:00
**/etc/systemd/system/multi-user.target.wants/openvpn@*
**/etc/ssh
**/home
**ssl/
!**ssl/.keepme
!**ssl/openssl.cnf
2016-11-14 19:23:39 -05:00
# and we DEFINITELY don't need these.
__pycache__/
*.pyc
*test*.py
*test*.sh
*test*.exp
*.bak