mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
Add a .gitignore file for grade_lib.
This commit is contained in:
26
grade_lib/.gitignore
vendored
Normal file
26
grade_lib/.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
*.c
|
||||
*.d
|
||||
*.h
|
||||
*.obj
|
||||
*.exe
|
||||
*.prof
|
||||
*.err
|
||||
*.int
|
||||
*.int0
|
||||
*.int2
|
||||
*.int3
|
||||
*.date
|
||||
*.date0
|
||||
*.date3
|
||||
*.used
|
||||
*.pdb
|
||||
*.*_date
|
||||
*.mh
|
||||
*.mih
|
||||
Mercury.modules
|
||||
*.o
|
||||
*.opt
|
||||
*.optdate
|
||||
*.trans_opt
|
||||
*.trans_opt_date
|
||||
tags
|
||||
Reference in New Issue
Block a user