diff options
author | Linquize <linquize@yahoo.com.hk> | 2014-12-03 17:00:46 +0800 |
---|---|---|
committer | Linquize <linquize@yahoo.com.hk> | 2014-12-15 23:34:13 +0800 |
commit | 4579a446178751367830a426c7101d106a758322 (patch) | |
tree | 50380fa3b0a4bc65cc96976a45225798aaf140e6 /.gitignore | |
parent | c2384052e30f1c7c6e4e9aae408a38c3d441f8d8 (diff) |
Add exe, dll to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e420fbf01..94067256b 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,8 @@ Makefile.config *.a *.o *.so +*.dll +*.exe *.dep *~ *.pc |