diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 15:45:27 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-19 16:11:47 +0100 |
commit | 2e4089f30007e79bc157c775cfd3b326d22f2992 (patch) | |
tree | 18fe8842961b4e22a0e857748d6d40476909fd17 /.gitignore | |
parent | 6054051a9d8a5eee4141ca4b12aa5b7d1f36f56d (diff) | |
download | libguestfs-2e4089f30007e79bc157c775cfd3b326d22f2992.tar.gz libguestfs-2e4089f30007e79bc157c775cfd3b326d22f2992.tar.xz libguestfs-2e4089f30007e79bc157c775cfd3b326d22f2992.zip |
build: Rename most C files that contain underscore with dash.
This is just code motion.
Some files cannot be renamed. Notably rpcgen input and output files
must not contain dash characters, else rpcgen breaks.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -61,8 +61,8 @@ Makefile.in /csharp/Libguestfs.cs /daemon/actions.h /daemon/errnostring.c -/daemon/errnostring_gperf.c -/daemon/errnostring_gperf.gperf +/daemon/errnostring-gperf.c +/daemon/errnostring-gperf.gperf /daemon/errnostring.h /daemon/guestfsd /daemon/guestfsd.exe @@ -104,8 +104,8 @@ Makefile.in /examples/stamp-guestfs-testing.pod /examples/virt-dhcp-address /fish/cmds.c -/fish/cmds_gperf.c -/fish/cmds_gperf.gperf +/fish/cmds-gperf.c +/fish/cmds-gperf.gperf /fish/completion.c /fish/event-names.c /fish/fish-cmds.h @@ -227,7 +227,7 @@ Makefile.in /ocaml/examples/guestfs-ocaml.3 /ocaml/examples/inspect_vm /ocaml/examples/stamp-guestfs-ocaml.pod -/ocaml/guestfs_c_actions.c +/ocaml/guestfs-c-actions.c /ocaml/guestfs.ml /ocaml/guestfs.mli /ocamlinit-stamp @@ -336,8 +336,8 @@ Makefile.in /src/actions.c /src/bindtests.c /src/errnostring.c -/src/errnostring_gperf.c -/src/errnostring_gperf.gperf +/src/errnostring-gperf.c +/src/errnostring-gperf.gperf /src/errnostring.h /src/guestfs.3 /src/guestfs-actions.pod |