Skip to content

Commit

Permalink
Add CMake artifact and Linux executables to .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Oct 7, 2016
1 parent cd844e5 commit e8c3106
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
*.exe
*.out
*.app
test_basic
test_graph

# VS artifacts
*.sln
Expand All @@ -35,6 +37,12 @@
*.filters
*.opendb

# CMake artifacts
CMakeCache.txt
CmakeFiles/
Makefile
*.cmake

# Subdirectories
*/
*.config
Expand Down

0 comments on commit e8c3106

Please sign in to comment.