1
0
Fork 0

[git] Added *.obj to .gitignore

This commit is contained in:
Witold Filipczyk 2022-12-23 17:26:30 +01:00
parent f35a4f8fab
commit 2512905217
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ elinks
*.swp *.swp
*.patch *.patch
*.o *.o
*.obj
features.log features.log
src/elinks.exe src/elinks.exe
test/server/__pycache__ test/server/__pycache__