Skip to content

Commit

Permalink
Issue #85: Adding a .ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmodat committed Jul 25, 2022
1 parent 0c7e2c5 commit dd0f983
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Prerequisites
*.d

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

# Precompiled Headers
*.gch
*.pch

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

# Fortran module files
*.mod
*.smod

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

# Executables
*.exe
*.out
*.app

# IDE
.idea

# Mac trash folder
.DS_Store
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
72
73

0 comments on commit dd0f983

Please sign in to comment.