Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberta-Ferioli committed Mar 31, 2024
1 parent fec5689 commit 688f26f
Showing 1 changed file with 22 additions and 29 deletions.
51 changes: 22 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,39 +1,32 @@
# Prerequisites
#Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj
*.pcm
#Compiled Object files
*.slo *.lo *.o *.obj
*.pcm

# Precompiled Headers
*.gch
*.pch
#Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll
#Compiled Dynamic libraries
*.so *.dylib
*.dll

# Fortran module files
*.mod
*.smod
#Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib
#Compiled Static libraries
*.lai *.la *.a
*.lib

# Executables
*.exe
*.out
*.app
#Executables
*.exe *.out
*.app

# vscode
.vscode
#vscode
.vscode

#.root
*.root
*.root

0 comments on commit 688f26f

Please sign in to comment.