diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:39:03 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 16:39:03 -0400 |
| commit | 88da45113d1b8dc13494706fade0ca0beef1738a (patch) | |
| tree | 577062951571b3151d5d06f18787393993bcb43c /.gitignore | |
| parent | 68253d623c8695454a703235bb65c8149272ec98 (diff) | |
add /propellor to gitignore
It was removed in the freebsd branch, but I want to ignore the file.
Limited to only the file at the top of the tree now.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +/propellor dist/* tags privdata/local @@ -14,4 +15,4 @@ propellor.1 .cabal-sandbox/ .dir-locals.el cabal.sandbox.config -*~
\ No newline at end of file +*~ |
