-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 @@ + +# / +/Debug +/Release +/Releast +/debug +/release +/releast +/DEBUG +/RELEASE +/RELEAST +/*.mdp +/*.ncb +/*.aps +/redist + +# /help/ +/help/BIGBRO.HLP +/help/bigbro.hm +/help/bigbro.GID + +# /install/ +/install/debug +/install/pure +/install/canned +/install/static +/install/Debug +/install/Pure +/install/Canned +/install/Static +/install/DEBUG +/install/PURE +/install/CANNED +/install/STATIC +/install/*.aps |