diff options
| author | N/A <N/A> | 2020-01-26 00:26:39 +0200 |
|---|---|---|
| committer | N/A <N/A> | 2020-01-26 00:26:39 +0200 |
| commit | 7c243c92d50c55af061984a0cf3db62e4f95b7ad (patch) | |
| tree | c97be9e06c7b2be6ff7bc7789b0eaa1037a95e9e /.gitignore | |
| download | rlua_ext-master.tar.xz rlua_ext-master.zip | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ae5903e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.hgignore +.hg/ +target/ |