diff options
author | 2014-10-24 14:11:17 +0200 | |
---|---|---|
committer | 2014-10-24 14:11:17 +0200 | |
commit | 4972bd3b5466355b45d9570db27b2112c8d41dcc (patch) | |
tree | 13f2fcd60e2aa6d2b792b34623be559f0178b482 /.gitignore | |
parent | 02f94acba9cc882a6ee026ea83195c084841da26 (diff) |
ignore *.psess and *.vsp in root (nw)
these are Visual Studio Performance Analysis output files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d823151d719..b0d63b3a042 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ src2html srcclean testkeys unidasm +/*.psess +/*.vsp |