2023-09-18 11:56:43 -04:00
|
|
|
# Ignore all executables
|
|
|
|
### Ignore all
|
|
|
|
*
|
|
|
|
### Unignore all with extensions
|
|
|
|
!*.*
|
|
|
|
### Unignore all dirs
|
|
|
|
!*/
|
|
|
|
|
|
|
|
|
|
|
|
# Regular gitignore
|
2023-09-12 01:23:35 -04:00
|
|
|
.direnv
|
2023-09-18 11:56:43 -04:00
|
|
|
|
|
|
|
# Haskell IR files
|
|
|
|
*.hi
|
2023-09-19 15:42:44 -04:00
|
|
|
*.o
|
|
|
|
|
|
|
|
# Graphing images created with Cairo
|
|
|
|
*.png
|