diff options
author | 2014-10-23 09:32:53 +0200 | |
---|---|---|
committer | 2014-10-23 09:32:53 +0200 | |
commit | c1f8dfed3e5b24ecf6aab7ac726fda4c6d2b436c (patch) | |
tree | 442b2c3070c23de053478ba0b82dbb520ac64be2 /.gitignore | |
parent | 16acc5d9619de75e3e67bd6631e10f4b2a734559 (diff) |
added *.sln and *.suo to .gitignore (nw)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 25555ffc5eb..51024722ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ src/regtests/chdman/temp src/regtests/jedutil/output /sta /*.bat +/*.sln +/*.suo |