Skip to content

Commit

Permalink
Add gitignore for CMake generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
mogemimi committed Mar 23, 2016
1 parent 2dc63f8 commit f3226df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Expand Up @@ -25,6 +25,14 @@
## Xcode (Backwards compatibility)
/build.xcodefiles

## CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt

## Visual Studio
*.opendb
*.opensdf
Expand Down

0 comments on commit f3226df

Please sign in to comment.