diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-12 15:38:08 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-03-12 15:38:08 +0900 |
| commit | f85e5a80dc9e1e8128332e55e83f431b3c0fbe55 (patch) | |
| tree | e9a180c89326e4feeb764c3d03146c26a6f0d30f | |
| parent | 1b845de755acc53ebf37821eda8e97356445d617 (diff) | |
| parent | 7591049e89ed108a5130586cc613a1b45dfac77a (diff) | |
| download | mruby-f85e5a80dc9e1e8128332e55e83f431b3c0fbe55.tar.gz mruby-f85e5a80dc9e1e8128332e55e83f431b3c0fbe55.zip | |
Merge pull request #1826 from unak/mswin
ignore *.pdb
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ae18ca834..75f473258 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.d *.o *.orig +*.pdb *.rej *.sav *.swp |
