diff options
-rwxr-xr-x | .hgeol | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,10 +1,12 @@ [patterns] **.cxx = native +**.cpp = native **.c = native **.h = native **.m = native **.mm = native **.iface = native +**.template = native **.mk = native **.py = native **.rc = native @@ -25,6 +27,7 @@ **.dsp = native **.sln = native **.vcproj = native +**.pro = native **.gen = native **makefile = native README = native |