19 lines
227 B
Plaintext
19 lines
227 B
Plaintext
# # Ignore all executables
|
|
# ### Ignore all
|
|
# *
|
|
# ### Unignore all with extensions
|
|
# !*.*
|
|
# ### Unignore all dirs
|
|
# !*/
|
|
Main
|
|
|
|
# Regular gitignore
|
|
.direnv
|
|
|
|
# Haskell IR files
|
|
*.hi
|
|
*.o
|
|
|
|
# Graphing images created with Cairo
|
|
*.png
|