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 | 89c9c2e56c8b547ee0b0e104798c609d8d307f5e (patch) | |
| tree | e864d5bb71d06320ede5a5f15158938dcc4c1912 /.gitignore | |
| parent | 7018bae05d9c04c799e715294b5c58317f21a5ac (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
|
