diff options
author | Ludovic Courtès <ludo@gnu.org> | 2007-10-26 10:42:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2007-10-26 10:42:56 +0200 |
commit | ee8042f1e44866aa898f45d985a93bf4c2ea457f (patch) | |
tree | ecd9986b2761feaaa8e090a2302c863bb192d19e /.gitignore | |
parent | b7fb47e0b59cf2474a39b731aed674c59c35edfd (diff) | |
download | gnutls-ee8042f1e44866aa898f45d985a93bf4c2ea457f.tar.gz |
Add `.gitignore'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..8a3186dab2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +Makefile +Makefile.in +*~ +aclocal.m4 +autom4te.cache +build-aux/* +config.cache +config.log +config.status +config.h +config.h.in +configure +libtool +lib/* +.libs +.deps +*.x +,* +*.la +*.lo +*.o +stamp-h[0-9] +INSTALL +ABOUT-NLS |