Skip to content

Commit 8b75962

Browse files
Add log, cmdline files and executable to gitignore
Signed-off-by: Axel Schneewind <[email protected]>
1 parent 9776143 commit 8b75962

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)