diff options
| author | StapleButter <thetotalworm@gmail.com> | 2017-10-11 02:56:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-11 02:56:27 +0200 |
| commit | 1a54d75bbc0024df5baa2be4e213aa1ef4a7ebd3 (patch) | |
| tree | d3491ec12b26e1b205671c2d81052aefbbcf7f41 | |
| parent | f9d9aaec11cee163f2842c56945d5e85ac9b3c03 (diff) | |
| parent | 9c44e6f7646533c0e84fc36f3ad753f92df14caf (diff) | |
Merge pull request #109 from RobLoach/patch-1
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 |