diff options
author | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-19 08:40:13 +0000 |
---|---|---|
committer | Evgeny Grin (Karlson2k) <k2k@narod.ru> | 2016-04-19 08:40:13 +0000 |
commit | 65fd4d07b257c9268d4188f71c6283c78ccc6b27 (patch) | |
tree | 3f662ca79acc857239bc1fa2b9b55096c10d25b4 | |
parent | b79c6bca0d047d717378290e675fa9f45d4694e6 (diff) | |
download | libmicrohttpd-65fd4d07b257c9268d4188f71c6283c78ccc6b27.tar.gz libmicrohttpd-65fd4d07b257c9268d4188f71c6283c78ccc6b27.zip |
Updated .gitignore for W32 projects
-rw-r--r-- | w32/VS2013/.gitignore | 2 | ||||
-rw-r--r-- | w32/VS2015/.gitignore | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/w32/VS2013/.gitignore b/w32/VS2013/.gitignore index bc4edb7a..d3b4a916 100644 --- a/w32/VS2013/.gitignore +++ b/w32/VS2013/.gitignore | |||
@@ -1,3 +1,5 @@ | |||
1 | /Output | 1 | /Output |
2 | /libmicrohttpd | 2 | /libmicrohttpd |
3 | /hellobrowser | 3 | /hellobrowser |
4 | /largepost | ||
5 | /simplepost | ||
diff --git a/w32/VS2015/.gitignore b/w32/VS2015/.gitignore index bc4edb7a..97453595 100644 --- a/w32/VS2015/.gitignore +++ b/w32/VS2015/.gitignore | |||
@@ -1,3 +1,7 @@ | |||
1 | /Output | 1 | /Output |
2 | /libmicrohttpd | 2 | /libmicrohttpd |
3 | /hellobrowser | 3 | /hellobrowser |
4 | /largepost | ||
5 | /simplepost | ||
6 | /*.VC.db | ||
7 | /*.VC.opendb | ||