diff options
author | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 14:24:37 +0100 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2011-06-09 19:53:41 +0100 |
commit | d61eb8078dc150c4f2968c01d63d690f84a0b5b8 (patch) | |
tree | 663eddc22ac1bb9fb578a02a02ee6be1871837f2 | |
parent | 361cede4d08073183d3546a78763e7b62d6be9ef (diff) | |
download | luafilesystem-d61eb8078dc150c4f2968c01d63d690f84a0b5b8.tar.gz luafilesystem-d61eb8078dc150c4f2968c01d63d690f84a0b5b8.tar.bz2 luafilesystem-d61eb8078dc150c4f2968c01d63d690f84a0b5b8.zip |
Add .gitignore for *.o and *.so.
-rw-r--r-- | src/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..9d22eb4 --- /dev/null +++ b/src/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | *.o | ||
2 | *.so | ||