diff options
author | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-09-10 18:25:25 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@fairlystable.org> | 2024-09-10 18:31:04 -0700 |
commit | aa661ce61b9f3ff83615d4da8b6b782a7bbaa3c4 (patch) | |
tree | a54dd6ddcda0992fcec5670787847fbf8e3b4cbb /.gitignore | |
download | jrayhawk-dotfiles-aa661ce61b9f3ff83615d4da8b6b782a7bbaa3c4.tar.gz jrayhawk-dotfiles-aa661ce61b9f3ff83615d4da8b6b782a7bbaa3c4.zip |
Initial gitignore and wlroots session management
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a9e8dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +/* +!.gitignore +.config/* +!.config +!.config/fuzzel +!.config/hypr +!.config/sway +!.config/systemd +!.bash_profile |