From ea29d2c96bfd801336c4c149e7b2465c117fed3f Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 24 May 2021 20:38:01 -0400 Subject: [PATCH] Add .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90f088d --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +slock +config.h +*.o \ No newline at end of file -- 2.39.2