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 | 885f8cc426a8840ae61023b75f3f0e4a1e268082 (patch) (unidiff) | |
tree | 5e942d450c97ca0bf0f9cfb80aa0fefb486535d9 /.gitignore | |
download | kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.zip kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.tar.gz kinsole-885f8cc426a8840ae61023b75f3f0e4a1e268082.tar.bz2 |
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/kinsole/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2ee9ee --- a/dev/null +++ b/.gitignore | |||
@@ -0,0 +1,26 @@ | |||
1 | |||
2 | # / | ||
3 | /Debug | ||
4 | /Release | ||
5 | /debug | ||
6 | /release | ||
7 | /releast | ||
8 | /DEBUG | ||
9 | /RELEASE | ||
10 | /*.mdp | ||
11 | /*.ncb | ||
12 | /*.aps | ||
13 | |||
14 | # /help/ | ||
15 | /help/KINSOLE.HLP | ||
16 | /help/kinsole.LOG | ||
17 | /help/kinsole.GID | ||
18 | |||
19 | # /install/ | ||
20 | /install/debug | ||
21 | /install/release | ||
22 | /install/Debug | ||
23 | /install/Release | ||
24 | /install/DEBUG | ||
25 | /install/RELEASE | ||
26 | /install/*.aps | ||