Skip to content

Commit 3b90851

Browse files
committed
chore: add .gitignore
1 parent 5a64feb commit 3b90851

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*.a
2+
*.cmake
3+
*.la
4+
*.lo
5+
*.o
6+
*.pc
7+
*bench
8+
.deps/
9+
.libs/
10+
Makefile
11+
config.*
12+
fftw3-mpi.f03
13+
fftw3.f03
14+
fftw3l-mpi.f03
15+
fftw[-_]wisdom*
16+
libtool
17+
stamp-h1

0 commit comments

Comments
 (0)