about summary refs log tree commit diff stats
path: root/new_lesson
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-29 15:42:43 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-29 15:42:43 -0700
commit45912cf8c7ffa429eab1dfb66b8851752ae7ff27 (patch)
tree83a4ec6110def65f466e8b0acff2f34a1491d44f /new_lesson
parentd41955c10821fc8f435173efe8cd355cc3693801 (diff)
downloadmu-45912cf8c7ffa429eab1dfb66b8851752ae7ff27.tar.gz
3280
Diffstat (limited to 'new_lesson')
-rwxr-xr-xnew_lesson2
1 files changed, 1 insertions, 1 deletions
diff --git a/new_lesson b/new_lesson
index 73f126ba..f7126e48 100755
--- a/new_lesson
+++ b/new_lesson
@@ -10,6 +10,6 @@ set -e
 mkdir lesson
 cd lesson
 git init
-touch recipes.mu
+echo '**/.*.swp' > .gitignore
 git add .
 git commit -m 0