blob: 40a2df06223d27ccc97548c67a8bea6486dab008 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
[patterns]
**.cxx = native
**.cpp = native
**.c = native
**.h = native
**.m = native
**.mm = native
**.iface = native
**.template = native
**.mk = native
**.py = native
**.rc = native
**.html = native
**.bat = native
**.mak = native
**.def = native
**.manifest = native
**.properties = native
**.styled = native
**.asp = native
**.php = native
**.vb = native
**.d = native
**.lua = native
**.nim = native
**.pl = native
**.p6 = native
**.rb = native
**.tcl = native
**.err = native
**.mms = native
**.tex = native
**.txt = native
**.pch = native
**.hgeol = native
**.dsp = native
**.sln = native
**.vcproj = native
**.pro = native
**.gen = native
**makefile = native
README = native
**.bmp = BIN
**.cur = BIN
**.ico = BIN
**.jpg = BIN
**.png = BIN
tgzsrc = LF
|