diff options
| author | Syndamia <kamen@syndamia.com> | 2022-08-05 12:30:29 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-08-05 12:30:29 +0300 |
| commit | c91d299887d93d6e8940b80442bf6c2f10fe6a64 (patch) | |
| tree | 4669e410707026952d56f2cdae7764bf0a39773d /.gitignore | |
| parent | 80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (diff) | |
| download | dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar.gz dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.zip | |
Added a lot of untracked files and updated other files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 32 |
1 files changed, 27 insertions, 5 deletions
@@ -3,21 +3,34 @@ !.gitignore !.angular-config.json !.bashrc +!.bash_profile !.fehbg !.globalgitignore -!.gtkrc-2 +!.gtkrc-2.0 !.lwarc !.Xresources !.xsession - -!bin -bin/* -!bin/ramwolf +!.xtimidity +!.tmux.conf +!.screenrc +!.dmrc !.a .a/sys/lockscreen.png .a/sys/suspend-history +!.claws-mail +.claws-mail/* +!.claws-mail/colorlabelrc +!.claws-mail/pagesetuprc +!.claws-mail/toolbar_compose.xml +!.claws-mail/toolbar_main.xml +!.claws-mail/toolabr_msgview.xml + +!bin +bin/* +!bin/ramwolf + !.local/ .local/* !.local/share/ @@ -68,3 +81,12 @@ bin/* !.runelite/ .runelite/* !.runelite/settings.properties + +!.sylpheed-2.0 +.sylpheed-2.0/* +!.sylpheed-2.0/actionsrc +!.sylpheed-2.0/colorlabelrc +!.sylpheed-2.0/pagesetuprc +!.sylpheed-2.0/sylpheedrc + +!.zsh |
