diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2007-04-15 19:04:51 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@harvest.herrb.com> | 2007-04-15 19:04:51 +0200 |
commit | 1635803a5f719b0f8b5af8208819d63166990c5b (patch) | |
tree | 6c798e5cba0ffdb61ac2c37b5b69199037226c6f /.gitignore | |
parent | 238767cb31e02d75bb7880f0b9c79e27992c3155 (diff) |
Modernize build
- replace ChangeLog by a generated file
- rename .cvsignore -> .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0a7459c --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +.deps +Makefile +Makefile.in +Xmessage +Xmessage-color +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +stamp-h1 +xmessage +xmessage.1 |