]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Add .gitignore files.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 15 Apr 2008 20:09:10 +0000 (22:09 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 16 Apr 2008 19:31:03 +0000 (21:31 +0200)
* .gitignore, doc/.gitignore, libltdl/.gitignore,
libltdl/config/.gitignore, libltdl/m4/.gitignore,
tests/.gitignore, tests/cdemo/.gitignore,
tests/demo/.gitignore, tests/depdemo/.gitignore,
tests/f77demo/.gitignore, tests/fcdemo/.gitignore,
tests/mdemo/.gitignore, tests/mdemo2/.gitignore,
tests/pdemo/.gitignore, tests/tagdemo/.gitignore:
New files.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15 files changed:
.gitignore [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
libltdl/.gitignore [new file with mode: 0644]
libltdl/config/.gitignore [new file with mode: 0644]
libltdl/m4/.gitignore [new file with mode: 0644]
tests/.gitignore [new file with mode: 0644]
tests/cdemo/.gitignore [new file with mode: 0644]
tests/demo/.gitignore [new file with mode: 0644]
tests/depdemo/.gitignore [new file with mode: 0644]
tests/f77demo/.gitignore [new file with mode: 0644]
tests/fcdemo/.gitignore [new file with mode: 0644]
tests/mdemo/.gitignore [new file with mode: 0644]
tests/mdemo2/.gitignore [new file with mode: 0644]
tests/pdemo/.gitignore [new file with mode: 0644]
tests/tagdemo/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..252219d
--- /dev/null
@@ -0,0 +1,47 @@
+*.aux
+*.cp
+*.cps
+*.dvi
+*.fn
+*.ky
+*.la
+*.lo
+*.log
+*.o
+*.pg
+*.toc
+*.tp
+*.vr
++build
++dest
++inst
+.*.prcs_aux
+.clcommitrc
+.cvslog-tlasync
+.deps
+.dirstamp
+.gdb_history
+.libs
+.pc
+INSTALL
+Makefile
+Makefile.in
+_libs
+acinclude.m4
+aclocal.m4
+autom4te.cache
+clibtool.cfg
+commit
+config-h.in
+config.*
+configure
+conftest*
+libtool
+libtool-*.tar.bz2
+libtool-*.tar.gz
+libtool-*.tar.lzma
+libtoolize
+libtoolize.in
+manual.html
+patches
+stamp-*
diff --git a/doc/.gitignore b/doc/.gitignore
new file mode 100644 (file)
index 0000000..bc21901
--- /dev/null
@@ -0,0 +1,8 @@
+stamp-vti
+version.texi
+notes.txt
+*.dvi
+*.info*
+*.html
+*.ps
+*.pdf
diff --git a/libltdl/.gitignore b/libltdl/.gitignore
new file mode 100644 (file)
index 0000000..94729d4
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile.am
+argz.h
diff --git a/libltdl/config/.gitignore b/libltdl/config/.gitignore
new file mode 100644 (file)
index 0000000..a3959de
--- /dev/null
@@ -0,0 +1,12 @@
+install-sh
+ltmain.in
+ltmain.sh
+mdate-sh
+missing
+mkinstalldirs
+texinfo.tex
+depcomp
+compile
+config.guess
+config.sub
+mailnotify
diff --git a/libltdl/m4/.gitignore b/libltdl/m4/.gitignore
new file mode 100644 (file)
index 0000000..0b52c5c
--- /dev/null
@@ -0,0 +1 @@
+ltversion.m4
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644 (file)
index 0000000..d66dec6
--- /dev/null
@@ -0,0 +1,7 @@
+atconfig
+defs.in
+defs
+package.m4
+testsuite
+testsuite.dir
+testsuite.log
diff --git a/tests/cdemo/.gitignore b/tests/cdemo/.gitignore
new file mode 100644 (file)
index 0000000..eebd27f
--- /dev/null
@@ -0,0 +1 @@
+cdemo
diff --git a/tests/demo/.gitignore b/tests/demo/.gitignore
new file mode 100644 (file)
index 0000000..cee443d
--- /dev/null
@@ -0,0 +1,7 @@
+hc-direct
+hc-libflag
+hc-libpath
+hc-minusL
+hell
+hell_static
+helldl
diff --git a/tests/depdemo/.gitignore b/tests/depdemo/.gitignore
new file mode 100644 (file)
index 0000000..3aa957b
--- /dev/null
@@ -0,0 +1,2 @@
+depdemo
+depdemo_static
diff --git a/tests/f77demo/.gitignore b/tests/f77demo/.gitignore
new file mode 100644 (file)
index 0000000..a7668b9
--- /dev/null
@@ -0,0 +1,2 @@
+cprogram
+fprogram
diff --git a/tests/fcdemo/.gitignore b/tests/fcdemo/.gitignore
new file mode 100644 (file)
index 0000000..a7668b9
--- /dev/null
@@ -0,0 +1,2 @@
+cprogram
+fprogram
diff --git a/tests/mdemo/.gitignore b/tests/mdemo/.gitignore
new file mode 100644 (file)
index 0000000..0b4a56b
--- /dev/null
@@ -0,0 +1,2 @@
+mdemo
+mdemo_static
diff --git a/tests/mdemo2/.gitignore b/tests/mdemo2/.gitignore
new file mode 100644 (file)
index 0000000..6e24c0b
--- /dev/null
@@ -0,0 +1,2 @@
+mdemo2
+mdemo2_static
diff --git a/tests/pdemo/.gitignore b/tests/pdemo/.gitignore
new file mode 100644 (file)
index 0000000..1cc71be
--- /dev/null
@@ -0,0 +1,3 @@
+hell
+hell_static
+helldl
diff --git a/tests/tagdemo/.gitignore b/tests/tagdemo/.gitignore
new file mode 100644 (file)
index 0000000..a36b095
--- /dev/null
@@ -0,0 +1 @@
+tagdemo