diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2011-01-27 18:56:41 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2011-01-27 18:56:41 +0100 |
commit | d6de5609edf9db6f9d3f9f0475cdcf272862e2dd (patch) | |
tree | f6b3dd5cd21428fd7cf3a408316f1190980fd6b7 /.gitignore | |
parent | 17bf37cebaad35ea0dd75c8e133e1b032776b085 (diff) | |
download | logdiag-d6de5609edf9db6f9d3f9f0475cdcf272862e2dd.tar.gz logdiag-d6de5609edf9db6f9d3f9f0475cdcf272862e2dd.tar.xz logdiag-d6de5609edf9db6f9d3f9f0475cdcf272862e2dd.zip |
Remove marshallers from the tree and ignore them.
Require glib-genmarshal (a part of the standard GTK+ distribution).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d1da53 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/build +/win32-depends +/liblogdiag/ld-marshal.[ch] |