diff options
author | Janusz Lenar <malleor@gmail.com> | 2012-08-08 10:52:23 +0300 |
---|---|---|
committer | Janusz Lenar <malleor@gmail.com> | 2012-08-08 10:52:23 +0300 |
commit | 5ccc2ed67a6383f7b7c46cdfe500da3fc9ef627e (patch) | |
tree | 4a7b7c8092b9463d89be5647305c02351aca4841 /C++.gitignore | |
parent | 5a860949c0858da5fe6b2ff0e64bd9256c845614 (diff) | |
download | gitignore-5ccc2ed67a6383f7b7c46cdfe500da3fc9ef627e.tar.gz gitignore-5ccc2ed67a6383f7b7c46cdfe500da3fc9ef627e.zip |
Add objects and libraries on Windows
Diffstat (limited to 'C++.gitignore')
-rw-r--r-- | C++.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/C++.gitignore b/C++.gitignore index 620d3dc8..5d178a26 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -2,12 +2,15 @@ *.slo *.lo *.o +*.obj # Compiled Dynamic libraries *.so *.dylib +*.dll # Compiled Static libraries *.lai *.la *.a +*.lib |