diff options
author | Sean Allred <code@seanallred.com> | 2015-01-03 23:02:18 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-03 23:02:18 -0500 |
commit | c0fec86318db18d5f717a34f95707049811c064a (patch) | |
tree | 7da163c1c5be14670fbe5930b204acb7e16b4257 /.agignore | |
parent | 066469bead9f8d4536e56a7ba08adb169e299893 (diff) |
Start tracking tag-bot data
Diffstat (limited to '.agignore')
-rw-r--r-- | .agignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,5 @@ +# -*- gitignore -*- + # Backup files *~ \#*\# @@ -18,3 +20,6 @@ test/data-samples # Info files *.info + +# Data directory +data/ |