1
0
Fork 0

Hide all executables, as well as Haskell IR

main
Bill Ewanick 2023-09-18 11:56:43 -04:00
parent 1c8561bf72
commit 6e17fe91f5
1 changed files with 14 additions and 0 deletions

14
.gitignore vendored
View File

@ -1 +1,15 @@
# Ignore all executables
### Ignore all
*
### Unignore all with extensions
!*.*
### Unignore all dirs
!*/
# Regular gitignore
.direnv .direnv
# Haskell IR files
*.hi
*.o