Carp/.gitignore
Scott Olsen 335896281f Add tags to .gitignore
I recently generated a tags file for the compiler source (to jump around
in vim)--adding it to .gitignore so that I do not accidentally commit it
(a lot of vim users rely on tags).
2020-05-23 13:00:15 -04:00

19 lines
148 B
Plaintext

*.dSYM
*~
*#
*/.DS_Store
.stack-work/
/CarpHask-exe.prof
/out/
/.DS_Store
/Carp.prof
dist/
/releases
main.obj
examples/out
/stack.yaml.lock
tags