Skip to content

Commit 731fdee

Browse files
authored
Merge pull request #14 from AxelSchneewind/gitignore_update
Add logs, cmdline files and executable to gitignore
2 parents 9776143 + 8b75962 commit 731fdee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,13 @@ Makefile
5656

5757
# Object files
5858
*.o
59+
60+
# Log files
61+
*.log
62+
63+
# Executable
64+
mpi_test_suite
65+
66+
# Generated with gengetopt
67+
cmdline.c
68+
cmdline.h

0 commit comments

Comments
 (0)