diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-10 23:30:08 +0000 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-10 23:30:08 +0000 |
| commit | 62f8b675285a84fa7ad8cabb3c5b85ce1544bd53 (patch) | |
| tree | e0255cb82167c5b754cc847e6ab2ec227eb14f3c /.gitignore | |
| parent | 19b68c9656ec21c604ef3bf56d841304e4335573 (diff) | |
ignore a bunch of stuff
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1 +1,24 @@ *~ +*.o +TAGS + +xmonad/build-x86_64-linux/ +xmonad/dist-newstyle/ +xmonad/xmonad-x86_64-linux +xmonad/xmonad.errors + +emacs/.cache/ +emacs/.lsp-session-v1 +emacs/tramp +emacs/tree-sitter/ +emacs/transient/ +emacs/recentf +emacs/recentf.eld +emacs/projects.eld +emacs/elpa +emacs/eln-cache +emacs/auto-save-list +emacs/bookmarks.eld +emacs/eshell/history +emacs/eshell/lastdir + |
