Skip to content

Commit

Permalink
Ignore *.o everywhere
Browse files Browse the repository at this point in the history
We don't commit *.o files anywhere, not even as test data. So ignore them
everywhere.

Also remove a redundant ignore of *.exe in a subdirectory.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
  • Loading branch information
gilles-peskine-arm committed May 12, 2023
1 parent a8b3d0c commit e32e447
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ massif-*
.project
/.settings

# Unix-like build artifacts:
*.o

# MSVC build artifacts:
*.exe
*.pdb
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/everest/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.o
Makefile
1 change: 0 additions & 1 deletion library/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
*.o
libmbed*
*.sln
*.vcxproj
3 changes: 0 additions & 3 deletions programs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
*.sln
*.vcxproj

*.o
*.exe

aes/crypt_and_hash
hash/generic_sum
hash/hello
Expand Down
3 changes: 0 additions & 3 deletions tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ data_files/entropy_seed

include/test/instrument_record_status.h

src/*.o
src/test_helpers/*.o
src/drivers/*.o
src/libmbed*

libtestdriver1/*

0 comments on commit e32e447

Please sign in to comment.