Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Makefile
*.o
*.obj
*.pyc
*~
*.diff
Expand All @@ -22,6 +20,8 @@ CMakeFiles
/bin/
/lib/
config.h
*.o
*.obj
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does cmake really put object files in the source tree?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On my home machine cmake does put object files along sources, yes... maybe I set it up wrong? Or maybe different versions behave differently.


# files related to bulding in-tree on windows
/.vs/
Expand Down