From 6e17fe91f54df822b5c17ed6c37a168f19b6f42a Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Mon, 18 Sep 2023 11:56:43 -0400 Subject: [PATCH] Hide all executables, as well as Haskell IR --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 92b2793..fb61326 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,15 @@ +# Ignore all executables +### Ignore all +* +### Unignore all with extensions +!*.* +### Unignore all dirs +!*/ + + +# Regular gitignore .direnv + +# Haskell IR files +*.hi +*.o \ No newline at end of file