diff options
author | Danny Holman <dholman@gymli.xyz> | 2020-05-11 12:48:49 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2020-05-11 12:48:49 -0500 |
commit | 4c7aff7e20ba8b59406cc26945637e563f8f8186 (patch) | |
tree | d800a3800848a43528ae4a90830ae441d101e653 | |
parent | Update to latest use case (diff) | |
download | dotfiles-4c7aff7e20ba8b59406cc26945637e563f8f8186.tar.gz dotfiles-4c7aff7e20ba8b59406cc26945637e563f8f8186.tar.zst dotfiles-4c7aff7e20ba8b59406cc26945637e563f8f8186.zip |
Add .gitignore mostly for files inside .config
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1cbcfc --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.config/* +.ssh/known_hosts |