Skip to content

Commit

Permalink
Let git ignore *.out files
Browse files Browse the repository at this point in the history
There are almost never meant to be checked into git
  • Loading branch information
bschmalhofer committed Sep 15, 2022
1 parent ee6b841 commit 235ccd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
.env
dot_env.m4

# files that might be generated during development
*.out

# Editor swap files
*.swn
*.swp
Expand Down

0 comments on commit 235ccd4

Please sign in to comment.