diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-03-11 18:31:27 -0700 |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-03-11 18:31:27 -0700 |
commit | bc08f587e62e5842b10b5d68ee159ac3fbf74546 (patch) | |
tree | a660f13b35adedf360b49df9e739706526ed4824 | |
parent | ecaf0e90b26fafc12be28ec6c10a05aa67291254 (diff) | |
download | dlfcn-win32-bc08f587e62e5842b10b5d68ee159ac3fbf74546.tar.gz dlfcn-win32-bc08f587e62e5842b10b5d68ee159ac3fbf74546.tar.bz2 dlfcn-win32-bc08f587e62e5842b10b5d68ee159ac3fbf74546.zip |
Don't ignore VS files
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -35,11 +35,6 @@ Makefile | |||
35 | cmake_install.cmake | 35 | cmake_install.cmake |
36 | install_manifest.txt | 36 | install_manifest.txt |
37 | 37 | ||
38 | *.sln | ||
39 | *.vcproj* | ||
40 | *.vcxproj* | ||
41 | CTestTestfile.cmake | ||
42 | |||
43 | ## Ignore Visual Studio temporary files, build results, and | 38 | ## Ignore Visual Studio temporary files, build results, and |
44 | ## files generated by popular Visual Studio add-ons. | 39 | ## files generated by popular Visual Studio add-ons. |
45 | 40 | ||