Skip to content

Commit

Permalink
Add *.o *.d and pick to .gitignore file
Browse files Browse the repository at this point in the history
This keeps the git workspace clean after builds
  • Loading branch information
FreedomBen committed Apr 26, 2020
1 parent e253d7d commit 516946b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Makefile.inc
config.h
config.log
*.o
*.d
pick

0 comments on commit 516946b

Please sign in to comment.