diff options
author | 2009-10-07 11:15:45 +0100 | |
---|---|---|
committer | 2009-10-09 13:01:22 +0100 | |
commit | 35b5f84c5013aa5d38773030493c2d5c1d9ba55e (patch) | |
tree | f30a9ec464de15de2454c5aeed6411aa9964c69d /.gitignore | |
parent | Support a new peer-to-peer migration mode & public API (diff) | |
download | libvirt-35b5f84c5013aa5d38773030493c2d5c1d9ba55e.tar.gz libvirt-35b5f84c5013aa5d38773030493c2d5c1d9ba55e.tar.bz2 libvirt-35b5f84c5013aa5d38773030493c2d5c1d9ba55e.zip |
Remove some auto-generated files
Removes some auto-generated files still under version control.
It also moves the rule for generating NEWS into the Makefile.am
that's in the same directory as the output file to avoid confusion
* docs/libvirt-api.xml, docs/libvirt-refs.xml, NEWS: Remove
auto-generated files from source control
* Makefile.am: Add rule for generating NEWS file
* docs/Makefile.am: Remove rule for generating NEWS file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 17c397584..d9a4aea6b 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ gnulib/ *#*# *.#*# ChangeLog +NEWS |