Skip to content

Commit

Permalink
Ignore CMake/MSVC-related build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxoft committed Jan 29, 2015
1 parent 82788fb commit 38f47a8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@ Coverage
*.gcno
*.gcda
library/polarssl.info

# MSVC files generated by CMake in PolarSSL's root:
/*.sln
/*.vcxproj
/*.filters

# MSVC build artifacts:
*.exe
*.pdb
*.ilk
*.lib

# CMake generates *.dir/ folders for in-tree builds (used by MSVC projects), ignore all of those:
*.dir/
4 changes: 4 additions & 0 deletions include/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
Makefile

# MSVC project files generated by CMake in this folder:
/*.vcxproj
/*.filters
4 changes: 4 additions & 0 deletions library/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
*.o
libpolarssl*

# MSVC project files generated by CMake in this folder:
/*.vcxproj
/*.filters

0 comments on commit 38f47a8

Please sign in to comment.