diff options
author | ThanosApollo <[email protected]> | 2022-11-26 01:40:03 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-26 01:40:03 +0200 |
commit | be1ba29fe8901326fedf442537ebee296bc31360 (patch) | |
tree | c3198ac40ef05bc594f5da85cfc16e879ca9f60c | |
parent | b1f441da9719a2a3a5646d93f2f8bf226dff52a5 (diff) |
Change .gitignore to work with stow
-rw-r--r-- | .gitignore | 22 |
1 files changed, 9 insertions, 13 deletions
@@ -1,14 +1,10 @@ -# Ignore everything -* -#But this files -!.gitignore -!.config/doom/ -!.zshrc -!.zprofile -!READMME.org -!.config/qtile/config.py -!.config/qtile/keys.py -!.config/qtile/spotify_widget.py -!.config/alacritty/ -!.config/qutebrowser/ +*.elc +tramp + +/elpa +elpa/ +.cask + +*~ +\#*\#
\ No newline at end of file |