From 3325a04a03f4da6a9c445f47f2382366fcbea3ef Mon Sep 17 00:00:00 2001 From: a Date: Mon, 6 Dec 2021 16:38:18 +0100 Subject: [PATCH] Looks like wildcards aren't a thing in the mind of the creator of git --- .gitconfig | 3 +++ .gitignore | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..a297e9f --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[user] + email = a@a.a + name = a diff --git a/.gitignore b/.gitignore index 35c6cdf..d114e23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ token.txt -.* +.cache +.npm +.ssh +.bash_history +.bash_logout +.bashrc +.profile +a.out