This website requires JavaScript.
Explore
Help
Sign In
OPENGIT
/
gitignore
Watch
1
Star
0
Fork
0
You've already forked gitignore
mirror of
https://github.com/github/gitignore.git
synced
2024-12-28 10:15:08 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
6eeebe6f49
gitignore
/
Mercury.gitignore
14 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add Mercury language gitignore template
2014-04-27 19:06:27 +08:00
Mercury/
Mercury.gitignore: Add Mercury.modules The Mercury.modules file can be auto-generated by the Mercury compiler, as such it appears only in Makefiles, and should therefore be ignored.
2015-01-09 13:06:58 +08:00
Mercury.modules
add Mercury language gitignore template
2014-04-27 19:06:27 +08:00
*.mh
*.err
*.init
*.dll
*.exe
*.a
*.so
*.dylib
Mercury.gitignore: Add Erlang .beams, as this is an additional compiler target, forgot to add this in https://github.com/github/gitignore/pull/1057
2014-05-12 16:00:08 +08:00
*.beams
add Mercury language gitignore template
2014-04-27 19:06:27 +08:00
*.d
*.c_date
Reference in New Issue
Copy Permalink