diff options
| author | Rob Loach <robloach@gmail.com> | 2017-10-02 23:25:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-02 23:25:18 -0400 |
| commit | 9c44e6f7646533c0e84fc36f3ad753f92df14caf (patch) | |
| tree | 81019b6b04844d10e2795d8f401df9674612849d | |
| parent | 9125620ff177c01f78f745ff85a28574796d1e39 (diff) | |
Ignore all compiled .o files
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ bin obj *.depend -*.layout
\ No newline at end of file +*.layout +*.o |