summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-07-13 15:14:54 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-07-13 15:14:54 -0300
commit4d6efa1f2d509aed22841af19ebd5f0acb5bfe27 (patch)
treee7ebad82096c0e39e30771f5020e6c20caea7681
parentf5eb809d3f1da13683cd02184042e67228206205 (diff)
downloadlua-github-4d6efa1f2d509aed22841af19ebd5f0acb5bfe27.tar.gz
Added .gitignore
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
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
+