equal
deleted
inserted
replaced
|
1 # To check file assosiation use: |
|
2 # http://filext.com/file-extension/XXX |
|
3 # or at Windows 'cmd': |
|
4 # bash# cmd /c assoc .cmd | { IFS='=' read ext name; echo $name; [ -z $name ] || cmd /c ftype $name; } |
|
5 |
1 syntax: glob |
6 syntax: glob |
2 *.a |
7 *.a |
3 *.elc |
8 *.elc |
4 *.exe |
9 *.exe |
5 *.dll |
10 *.dll |
9 *.obj |
14 *.obj |
10 *.py[co] |
15 *.py[co] |
11 *.so |
16 *.so |
12 *.class |
17 *.class |
13 *.jar |
18 *.jar |
|
19 *.war |
|
20 |
|
21 # MSVC ActiveX/COM artefact: |
|
22 # *_i.c |
|
23 # *_p.c |
|
24 # MSVC project files: |
|
25 *.sln |
|
26 *.sln.cache |
|
27 *.ncb |
|
28 *.vcproj |
|
29 *.vcproj.*.user |
|
30 # MSVC precompiled header: |
|
31 *.pch |
|
32 # MSVC program database file: |
|
33 *.pdb |
|
34 # MSVC type library: |
|
35 *.tlb |
|
36 # MSVC build dirs: |
|
37 [Dd]ebug/ |
|
38 [Rr]elease/ |
|
39 [Oo]bj/ |
|
40 |
14 *~ |
41 *~ |