diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-11-24 00:34:39 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-11-24 00:34:39 (EST) |
commit | 808905acddae82a56a8785a8def0ccd41ab890e3 (patch) | |
tree | 4c7119388ce5bacc529c6f023ada84f1f01c1732 | |
parent | fdeedc6853e90d595706d068be5e7facb0476426 (diff) |
.gitignore: Add "*.o" and ".depend".
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ zconf.hash.c gconf.glade.h *.pot *.mo +*.o +.depend # # configuration programs |