-rw-r--r-- | .gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd020f1 --- a/dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ + +# / +/Debug +/Release +/Releast +/debug +/release +/releast +/DEBUG +/RELEASE +/RELEAST +/*.mdp +/*.ncb +/*.aps +/redist + +# /help/ +/help/PUMPKIN.HLP +/help/pumpkin.LOG +/help/pumpkin.hm +/help/pumpkin.GID +/help/PumpKIN.FTS + +# /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 |