diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-20 23:35:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-20 23:35:45 +0100 |
commit | b40acd8009cf92c0efbf850cb23e579210f07602 (patch) | |
tree | bf20fd0b3fb17c435bac4f3cdbec3d7c3c72ba12 /.gitignore | |
parent | 19ca0c0fbe3066be78219ac894f0cb0ef7efebb4 (diff) | |
download | curl-b40acd8009cf92c0efbf850cb23e579210f07602.tar.gz |
provide an initial set of .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..3b9e15ecb --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +.deps +.libs +*.lib +*.pdb +*.dll +*.exe +*.obj +.*.swp +Debug +Release +*.exp +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.guess +config.log +config.status +config.sub +configure +depcomp +libtool +ltmain.sh +compile +curl-config +libcurl.pc +missing +curl-*.tar.gz +INSTALL +install-sh +*.o +*.lo +*.la +mkinstalldirs +tags +libssh2.pc +*~ +aclocal.m4.bak |