Skip to content

Commit cecbd39

Browse files
committed
.gitignore is updated.
Following file types are added: - Files generated by CMake: - internal CMake files; and - `run_tests` file, as a result of run_tests.py configuration. - Cygwin specific files.
1 parent 1712450 commit cecbd39

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)