-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 @@ + +# / +/Debug +/Release +/Releast +/debug +/release +/releast +/DEBUG +/RELEASE +/RELEAST +/*.mdp +/*.ncb +/*.aps +/redist + +# /help/ +/help/KLOG.HLP +/help/klog.LOG +/help/klog.hm +/help/klog.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 |