diff options
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,9 +1,12 @@ | |||
1 | _Output | 1 | _Output |
2 | _Tmp | 2 | _Tmp |
3 | _LuaVersions | ||
3 | .vs | 4 | .vs |
5 | .vscode | ||
4 | *.dll | 6 | *.dll |
5 | *.exe | 7 | *.exe |
6 | *.gch | 8 | *.gch |
7 | *.map | 9 | *.map |
8 | *.o | 10 | *.o |
9 | *.so | 11 | *.so |
12 | *.user \ No newline at end of file | ||