Skip to content

Commit

Permalink
Fix gitignore for libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Sep 21, 2015
1 parent f0bea99 commit 9975fe2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cis565_getting_started
cis565_getting_started_generated_kernel*
*.orig
*.filters
*.sln
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
# Set up include and lib paths
set(EXTERNAL "external")
include_directories("${EXTERNAL}/include")
include_directories("${EXTERNAL}/src")
if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(EXTERNAL_LIB_PATH "${EXTERNAL}/lib/osx")
elseif(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
Expand Down
2 changes: 2 additions & 0 deletions external/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!*.lib
!*.a

0 comments on commit 9975fe2

Please sign in to comment.