8000 .gitignore is updated with CMake and Cygwin specific files. by EVGVir · Pull Request #54 · docopt/docopt.cpp · GitHub
[go: up one dir, main page]

Skip to content

.gitignore is updated with CMake and Cygwin specific files. #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
Expand All @@ -16,3 +17,16 @@
example
naval_fate
run_testcase
run_testcase.exe

# CMake temporary files
CMakeCache.txt
CMakeFiles
CPackConfig.cmake
CPackSourceConfig.cmake
Makefile
cmake_install.cmake
docopt-config-version.cmake

# Files configured by CMake
run_tests
0