From 47d85601c7dd65f7d41c364deab8463541335dd8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 15 Jun 2022 21:46:07 -0400 Subject: [PATCH] Update gitignore - Add xournalpp files and autorandr configs to gitignore - Add dracula-pro to gitignore - Add some comments in README explaining the stow ignore and git ignore --- .gitignore | 8 ++++++++ README.org | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 2113cf5..9c7b1b4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,10 @@ .config/fish/fish_variables .config/qt5ct/qt5ct.conf + +.config/xournalpp/ +!.config/xournalpp/toolbar.ini + +.config/autorandr/ +!.config/autorandr/postswitch + +.themes/dracula-pro diff --git a/README.org b/README.org index 0098d09..042003d 100644 --- a/README.org +++ b/README.org @@ -232,6 +232,8 @@ Use [[https://www.gnu.org/software/stow/][GNU Stow]] to create symlinks. *** GNU Stow Ignore +Things to ignore when stowing dotfiles on system. + #+BEGIN_SRC text :tangle .stow-local-ignore \.git \.gitmodules @@ -244,9 +246,19 @@ LICENSE *** Git Ignore +Things to ignore in dotfiles git repo. + #+BEGIN_SRC gitignore :tangle .gitignore .config/fish/fish_variables .config/qt5ct/qt5ct.conf + +.config/xournalpp/ +!.config/xournalpp/toolbar.ini + +.config/autorandr/ +!.config/autorandr/postswitch + +.themes/dracula-pro #+END_SRC ** Create Symbolic Links with GNU Stow