Skip to content

Commit

Permalink
Ignores Emacs temporary files and input/output files from calculations.
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Dec 4, 2023
1 parent b9a8343 commit b74f9bb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,10 @@ ENV/

# In-tree generated files
*/_version.py

# emacs
*~

# temporary data files
*.in
*.out

0 comments on commit b74f9bb

Please sign in to comment.