From f37bc504b47fde69a91580cedd46af6d53a4648d Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Fri, 27 Jan 2023 18:02:41 -0700 Subject: [PATCH] Added .gitignore for buildfiles and clutter --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2806e51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# emacs buffers and backup files +*~ +*# + +# target and buildfiles +tacc-*.tar +tacc-*/ \ No newline at end of file