mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 14:25:56 +00:00
Make cvs ignore .opt, .trans_opt and related files.
analysis/.cvsignore: browser/.cvsignore: compiler/.cvsignore: profiler/.cvsignore: Make cvs ignore .opt, .trans_opt and related files.
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
*.mh
|
||||
*.mih
|
||||
*.*_date
|
||||
*.opt
|
||||
*.optdate
|
||||
*.trans_opt
|
||||
mer_analysis.init
|
||||
Mercury
|
||||
*.ilk
|
||||
|
||||
@@ -15,6 +15,10 @@
|
||||
*.date0
|
||||
*.date3
|
||||
*.pic_o
|
||||
*.opt
|
||||
*.optdate
|
||||
*.trans_opt
|
||||
*.trans_opt_date
|
||||
mdb*.h
|
||||
mdb*.mh
|
||||
mdb*.mih
|
||||
|
||||
@@ -34,3 +34,7 @@ Mercury
|
||||
*.mh
|
||||
*.mih
|
||||
Mercury.modules
|
||||
*.opt
|
||||
*.optdate
|
||||
*.trans_opt
|
||||
*.trans_opt_date
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
*.int3
|
||||
*.date
|
||||
*.date3
|
||||
*.opt
|
||||
*.optdate
|
||||
*.trans_opt
|
||||
*.*_date
|
||||
mercury_profile
|
||||
mercury_profile.dep
|
||||
|
||||
Reference in New Issue
Block a user