diff options
author | Luc Verhaegen <libv@skynet.be> | 2006-04-12 23:31:16 +0200 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2006-04-12 23:31:16 +0200 |
commit | 2a9bd25f9a760b682974bbebef6b51e49ffeb4e4 (patch) | |
tree | b64800c58c22f8c389f2165bbb6dd214eae7eb1a | |
parent | edb779452ccf8ca5e949c066848acd16e6b559b3 (diff) |
Git push preparations:
- chmod +x autogen.sh
- add .gitignore
-rw-r--r-- | .gitignore | 18 | ||||
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x[-rw-r--r--] | autogen.sh | 0 |
3 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69f2039 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.* +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 +.libs +.deps +*.lo +*.la +*.4 +*~ @@ -1,3 +1,12 @@ +2006-04-12 Luc Verhaegen <libv@skynet.be> + + * autogen.sh: + * .gitignore: + + Git push preparations: + - chmod +x autogen.sh + - add .gitignore + 2006-03-21 Luc Verhaegen <libv@skynet.be> * src/ati.c: (ATISetup): diff --git a/autogen.sh b/autogen.sh index 904cd67..904cd67 100644..100755 --- a/autogen.sh +++ b/autogen.sh |