summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-20 23:35:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-20 23:35:45 +0100
commitb40acd8009cf92c0efbf850cb23e579210f07602 (patch)
treebf20fd0b3fb17c435bac4f3cdbec3d7c3c72ba12
parent19ca0c0fbe3066be78219ac894f0cb0ef7efebb4 (diff)
downloadgnurl-b40acd8009cf92c0efbf850cb23e579210f07602.tar.gz
gnurl-b40acd8009cf92c0efbf850cb23e579210f07602.tar.bz2
gnurl-b40acd8009cf92c0efbf850cb23e579210f07602.zip
provide an initial set of .gitignore files
-rw-r--r--.gitignore38
-rw-r--r--ares/.gitignore9
-rw-r--r--ares/m4/.gitignore5
-rw-r--r--include/curl/.gitignore3
-rw-r--r--lib/.gitignore3
-rw-r--r--m4/.gitignore5
-rw-r--r--packages/AIX/RPM/.gitignore1
-rw-r--r--packages/EPM/.gitignore1
-rw-r--r--packages/Linux/RPM/.gitignore2
-rw-r--r--src/.gitignore5
10 files changed, 72 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
diff --git a/ares/.gitignore b/ares/.gitignore
new file mode 100644
index 000000000..582656c4a
--- /dev/null
+++ b/ares/.gitignore
@@ -0,0 +1,9 @@
+acountry
+adig
+ahost
+ares_build.h
+ares_config.h
+ares_config.h.in
+libcares.pc
+stamp-h1
+stamp-h2 \ No newline at end of file
diff --git a/ares/m4/.gitignore b/ares/m4/.gitignore
new file mode 100644
index 000000000..38066ddf7
--- /dev/null
+++ b/ares/m4/.gitignore
@@ -0,0 +1,5 @@
+libtool.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
diff --git a/include/curl/.gitignore b/include/curl/.gitignore
new file mode 100644
index 000000000..9958c2224
--- /dev/null
+++ b/include/curl/.gitignore
@@ -0,0 +1,3 @@
+curlbuild.h
+stamp-h3
+
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644
index 000000000..10327bf1c
--- /dev/null
+++ b/lib/.gitignore
@@ -0,0 +1,3 @@
+curl_config.h
+curl_config.h.in
+stamp-h1
diff --git a/m4/.gitignore b/m4/.gitignore
new file mode 100644
index 000000000..38066ddf7
--- /dev/null
+++ b/m4/.gitignore
@@ -0,0 +1,5 @@
+libtool.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+lt~obsolete.m4
diff --git a/packages/AIX/RPM/.gitignore b/packages/AIX/RPM/.gitignore
new file mode 100644
index 000000000..cf17733e8
--- /dev/null
+++ b/packages/AIX/RPM/.gitignore
@@ -0,0 +1 @@
+curl.spec
diff --git a/packages/EPM/.gitignore b/packages/EPM/.gitignore
new file mode 100644
index 000000000..505a4fdfd
--- /dev/null
+++ b/packages/EPM/.gitignore
@@ -0,0 +1 @@
+curl.list
diff --git a/packages/Linux/RPM/.gitignore b/packages/Linux/RPM/.gitignore
new file mode 100644
index 000000000..0b359fe7c
--- /dev/null
+++ b/packages/Linux/RPM/.gitignore
@@ -0,0 +1,2 @@
+curl-ssl.spec
+curl.spec
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 000000000..b1c772903
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,5 @@
+curl
+curl_config.h
+curl_config.h.in
+hugehelp.c
+stamp-h2