-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f47982c --- a/dev/null +++ b/.gitignore | |||
@@ -0,0 +1,36 @@ | |||
1 | |||
2 | # / | ||
3 | /Debug | ||
4 | /Release | ||
5 | /Releast | ||
6 | /debug | ||
7 | /release | ||
8 | /releast | ||
9 | /DEBUG | ||
10 | /RELEASE | ||
11 | /RELEAST | ||
12 | /*.mdp | ||
13 | /*.ncb | ||
14 | /*.aps | ||
15 | /redist | ||
16 | |||
17 | # /help/ | ||
18 | /help/KLOG.HLP | ||
19 | /help/klog.LOG | ||
20 | /help/klog.hm | ||
21 | /help/klog.GID | ||
22 | |||
23 | # /install/ | ||
24 | /install/debug | ||
25 | /install/pure | ||
26 | /install/canned | ||
27 | /install/static | ||
28 | /install/Debug | ||
29 | /install/Pure | ||
30 | /install/Canned | ||
31 | /install/Static | ||
32 | /install/DEBUG | ||
33 | /install/PURE | ||
34 | /install/CANNED | ||
35 | /install/STATIC | ||
36 | /install/*.aps | ||