diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2016-09-21 12:07:59 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-09-21 13:35:47 +0200 |
commit | 75ac3d199d1fd5b199dd753915234b8634c272e5 (patch) | |
tree | 94bc4c7ce5290f0793eaad9e089df33fe7c5b42e /.gitignore | |
parent | 6e75d0d27fe85f12a22928e5729465823704281e (diff) |
Remove cvsignore
We have gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,6 @@ +/autom4te.cache/ +/doc/*.html +/obj/ /Makefile /bird /birdc @@ -5,4 +8,5 @@ /config.log /config.status /configure -/obj/ +/bird.conf +/bird.log |