2023-12-04 12:29:19 -05:00
|
|
|
# # Ignore all executables
|
|
|
|
# ### Ignore all
|
|
|
|
# *
|
|
|
|
# ### Unignore all with extensions
|
|
|
|
# !*.*
|
|
|
|
# ### Unignore all dirs
|
|
|
|
# !*/
|
|
|
|
Main
|
2023-09-18 11:56:43 -04:00
|
|
|
|
|
|
|
# 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
|