Skip to content

Commit 65f6c59

Browse files
authored
Merge pull request #1752 from CEED/zach/update-gitignore
Add common profiling outputs to .gitignore
2 parents 1731780 + db0c785 commit 65f6c59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ lib/*
77
# General
88
*.o
99
*.so
10+
*.so.*
1011
*.d
1112
*.DIR
1213
ceed.pc
@@ -91,3 +92,8 @@ libCEED.includes
9192
*.aux
9293
*.fdb_latexmk
9394
*.fls
95+
96+
# profiling files
97+
*.txt
98+
*.proto
99+
*.csv

0 commit comments

Comments
 (0)