diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-14 16:58:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-14 16:58:15 -0400 |
commit | 13eac705c068d2e239b272335498bfe58eea07d2 (patch) | |
tree | a2a58eb3839e8913a5277287e898f7ec5686eb52 /.gitignore | |
parent | 2899e84b511a9e4314d998f8e19f200fe784987f (diff) |
ignore *.o and *.hi, which are now all removed on clean
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8da10f6ac..a9c93d96a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,8 @@ git-union-merge.1 doc/.ikiwiki html *.tix +*.o +*.hi .hpc dist # Sandboxed builds |