author | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
commit | a1487b3fc0313408525cd5b2f3bc4a462df351f7 (patch) (unidiff) | |
tree | 010aec6c2abd5ada2f909ac6798c93bf22508bf5 /.gitignore | |
download | klog-a1487b3fc0313408525cd5b2f3bc4a462df351f7.zip klog-a1487b3fc0313408525cd5b2f3bc4a462df351f7.tar.gz klog-a1487b3fc0313408525cd5b2f3bc4a462df351f7.tar.bz2 |
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/klog/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
-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 | ||