diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4483444a8..47663101d 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -12,11 +12,12 @@ | |||
| 12 | *.la | 12 | *.la |
| 13 | *.a | 13 | *.a |
| 14 | 14 | ||
| 15 | # MSVS temporary files | 15 | # MSVS generated files |
| 16 | *.suo | 16 | *.suo |
| 17 | *.user | 17 | *.user |
| 18 | *.sdf | 18 | *.sdf |
| 19 | *.opensdf | 19 | *.opensdf |
| 20 | 20 | ||
| 21 | # Build temporary files | 21 | # Build generated files |
| 22 | build/ | 22 | build/ |
| 23 | bin/ | ||