From 80d44ff31046277cd11b17e2fa5493d9ae7b274e Mon Sep 17 00:00:00 2001 From: Thaum Date: Fri, 27 Feb 2015 10:51:07 +0000 Subject: [PATCH] Added nohup output to gitignore --- rpg-docs/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpg-docs/.gitignore b/rpg-docs/.gitignore index 3ba35773..1777a04c 100644 --- a/rpg-docs/.gitignore +++ b/rpg-docs/.gitignore @@ -1,3 +1,4 @@ .meteor/local .meteor/meteorite -public/components \ No newline at end of file +public/components +nohup.out \ No newline at end of file