Skip to content

Commit

Permalink
Add python compiled files to the git ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Mar 23, 2020
1 parent c538ef3 commit 862c28d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
*.o
*.obj

# Python compiled files
*.pyc
cime_config/buildnmlc
cime_config/buildexec

# Precompiled Headers
*.gch
*.pch
Expand Down

0 comments on commit 862c28d

Please sign in to comment.