From 3e1dc3bc67f1cb7bd83f687e309b33d4dacf6821 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 13 Jul 2020 10:54:28 -0300 Subject: [PATCH] Added .gitignore to the repository --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..0bb28e1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.gitattributes + +*.so +*.o +*.a + +manual/manual.html + +testes/time.txt +testes/time-debug.txt + +testes/libs/all +