diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 14:57:54 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 14:57:54 -0400 |
commit | 41be5454a224acda28025ac2a67d9ca27c80b5e9 (patch) | |
tree | 44e44674d354389ffb6317b2d74287d459e786b9 /.git.info.exclude | |
parent | 02f90b5bd4181f92332f50f547ab653054126246 (diff) |
Save/Load the alsa state from .alsa.save
* .profile: load .alsa.save on login
* .bash_logout: save the stat on logout
* Makefile: save the state
* .git.info.exclude: ignore .alsa.save
Diffstat (limited to '.git.info.exclude')
-rw-r--r-- | .git.info.exclude | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.git.info.exclude b/.git.info.exclude index b101ad2..69a53f3 100644 --- a/.git.info.exclude +++ b/.git.info.exclude @@ -64,6 +64,7 @@ history.* .pulse .pulse-cookie .pki +.alsa.save # Ignore files that are autogenerated .folders |