Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
timofeymukha committed Nov 3, 2024
1 parent 4afe5c6 commit df5dd70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
*.mod
*.smod
*.o
*.lo
*.Plo
*.dirstamp
*.Po
Makefile
Expand Down Expand Up @@ -43,6 +45,15 @@ examples/*/*.nek5000
examples/*/*0.f0*
*.chkp
*.lst
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
src/libneko.la
src/.libs/libneko.la
src/.libs/libneko.lai
ltmain.sh

# Ignore temporary files
*~
Expand Down

0 comments on commit df5dd70

Please sign in to comment.