diff options
| author | ame <[email protected]> | 2024-04-15 08:23:28 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-15 08:23:28 -0500 |
| commit | 8d85e6501a9aa49da4a4a910207566e85bd5fd4d (patch) | |
| tree | e864d5bb71d06320ede5a5f15158938dcc4c1912 /.gitignore | |
| parent | 3b9343ae3f25684e1dfa3bd8f123d61dcfd81be7 (diff) | |
msys2 + fix logging
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,13 +1,13 @@ -*.so -*.dll -*.gpg -/*.lua -a.exe -a.out -*.json -test -test2 -*.py - -src/*.o -src/*/*.o +*.so
+*.dll
+*.gpg
+/*.lua
+a.exe
+a.out
+*.json
+test
+test2
+*.py
+
+src/*.o
+src/*/*.o
|
