Browse Source

Added .gitignore in a similar style to .emacs.d and bash_logout

master
Raphael Roberts 6 years ago
parent
commit
c5f6fc2006
  1. 7
      .bash_logout
  2. 11
      .gitignore

7
.bash_logout

@ -0,0 +1,7 @@
# ~/.bash_logout: executed by bash(1) when login shell exits.
# when leaving the console clear the screen to increase privacy
if [ "$SHLVL" = 1 ]; then
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
fi

11
.gitignore

@ -0,0 +1,11 @@
/*
!/.bash_aliases
!/.bash_logout
!/.bash_profile
!/.bashrc
!/.dircolors
!/.flake8
!/.gitconfig
!/.profile
!/.gitignore