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