1
0
Fork 0
universal-calculator/.gitignore

19 lines
227 B
Plaintext
Raw Normal View History

2023-12-04 12:29:19 -05:00
# # Ignore all executables
# ### Ignore all
# *
# ### Unignore all with extensions
# !*.*
# ### Unignore all dirs
# !*/
Main
# Regular gitignore
.direnv
# Haskell IR files
*.hi
2023-09-19 15:42:44 -04:00
*.o
# Graphing images created with Cairo
*.png