aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2021-04-29 10:33:12 -0500
committerMatt Strapp <strap012@umn.edu>2021-04-29 10:33:12 -0500
commitaec9b7e0589963db129c7baa359265e51a56bee8 (patch)
tree8ba307cd7f74a68cb41b77b8e64f7fab32821bc7 /.gitignore
parentFix neverending loop (diff)
downloadcsci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.tar
csci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.tar.gz
csci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.tar.bz2
csci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.tar.lz
csci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.tar.xz
csci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.tar.zst
csci4511w-aec9b7e0589963db129c7baa359265e51a56bee8.zip
Create bash script, add logs to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b6e4761..2e43717 100644
--- a/.gitignore
+++ b/.gitignore
@@ -127,3 +127,5 @@ dmypy.json
# Pyre type checker
.pyre/
+
+*.log \ No newline at end of file