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 | fb8b43dbce8bc310718614384297aeaabb9a3cbb (patch) (unidiff) | |
tree | af9d2c2b71ddffff93a97a02fe26611096b78645 /.gitignore | |
download | bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.zip bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.tar.gz bigbrother-fb8b43dbce8bc310718614384297aeaabb9a3cbb.tar.bz2 |
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | .gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01ef0bb --- a/dev/null +++ b/.gitignore | |||
@@ -0,0 +1,35 @@ | |||
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/BIGBRO.HLP | ||
19 | /help/bigbro.hm | ||
20 | /help/bigbro.GID | ||
21 | |||
22 | # /install/ | ||
23 | /install/debug | ||
24 | /install/pure | ||
25 | /install/canned | ||
26 | /install/static | ||
27 | /install/Debug | ||
28 | /install/Pure | ||
29 | /install/Canned | ||
30 | /install/Static | ||
31 | /install/DEBUG | ||
32 | /install/PURE | ||
33 | /install/CANNED | ||
34 | /install/STATIC | ||
35 | /install/*.aps | ||