From 2572bbcd975c3bb7f99112ced7fe437e7a88eec0 Mon Sep 17 00:00:00 2001 From: Sam Clegg <sbc@chromium.org> Date: Thu, 25 Feb 2021 15:57:26 -0800 Subject: Remove .o and .obj from gitignore (#3616) Cmake puts all its object files inside CMakeFiles so they are already handled by the CMakeFiles entry. Having `*.o` in this file means that `git status` and `git clean` don't help to find stray `.o` files that one might have made inadvertently in the tree. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d50e02df2..1d377d60d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,8 +22,6 @@ CMakeFiles /bin/ /lib/ /config.h -*.o -*.obj compile_commands.json test/lit/lit.site.cfg.py -- cgit v1.2.3