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
This commit is contained in:
Sravan Balaji
2022-06-15 21:46:07 -04:00
parent c155117e57
commit 47d85601c7
2 changed files with 20 additions and 0 deletions

8
.gitignore vendored
View File

@ -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

View File

@ -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