UnleashedRecomp icon indicating copy to clipboard operation
UnleashedRecomp copied to clipboard

Improve .gitignore

Open IsaacMarovitz opened this issue 11 months ago • 2 comments

Hides IntelliJ IDE files, macOS metadata, and some CMake files.

IsaacMarovitz avatar Mar 02 '25 13:03 IsaacMarovitz

isnt there already a gitignore in private/ that makes it ignore all those files?

JohnCorby avatar Mar 03 '25 00:03 JohnCorby

It would also be worth putting compile_commands.json here too. This is used by clangd, used by editors for code completion and other such features. Usually it should pick this up in the build directory itself if it can find it, but with the one suggested in the build instructions it doesn't seem to, and as such I had to make a symlink to the root of the repository so it could find it, which isn't ignored by git.

dakrk avatar Mar 07 '25 22:03 dakrk