fix .gitignore

This commit is contained in:
Alexander Mahr 2024-12-01 08:32:32 +01:00
parent e3324e374b
commit d8d3ffa647

View file

@ -2,7 +2,7 @@
/obj /obj
/obj/* /obj/*
/bin/* /bin/*
/bin/!.gitkeep !/bin/.gitkeep
/result /result
/result/ /result/
/result/* /result/*