From 52963cddfc29b2981d549ff785c1a24d814f7290 Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Sat, 30 May 2020 09:11:20 -0500 Subject: [PATCH] Added .gitignore. This should take care of bug #161. --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0ba6597 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +rln-* +rln +rln.exe +*.o +*~ +.*.swp +bugs*/ +parse* +versions/ +patches/ +ar.html -- 2.37.2