8000 Merge pull request #54 from EVGVir/gitignore · lineCode/docopt.cpp@0237c9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0237c9a

Browse files
authored
Merge pull request docopt#54 from EVGVir/gitignore
.gitignore is updated with CMake and Cygwin specific files.
2 parents 1712450 + cecbd39 commit 0237c9a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Compiled Dynamic libraries
77
*.so
88
*.dylib
9+
*.dll
910

1011
# Compiled Static libraries
1112
*.lai
@@ -16,3 +17,16 @@
1617
example
1718
naval_fate
1819
run_testcase
20+
run_testcase.exe
21+
22+
# CMake temporary files
23+
CMakeCache.txt
24+
CMakeFiles
25+
CPackConfig.cmake
26+
CPackSourceConfig.cmake
27+
Makefile
28+
cmake_install.cmake
29+
docopt-config-version.cmake
30+
31+
# Files configured by CMake
32+
run_tests

0 commit comments

Comments
 (0)
0