Skip to content

Commit 45a8e89

Browse files
committed
chore: add .gitignore
1 parent 5a64feb commit 45a8e89

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)