diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2008-06-13 16:19:18 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2008-06-13 16:19:18 +0000 |
commit | 1178c1d88359d1b6965594c1f0f6aa277de9c239 (patch) | |
tree | f363351157646f339ce27e1028f6407e69340b53 | |
parent | 573f369ca62130e860506b4821d1d8e504a1e2f0 (diff) | |
download | fetchmail-1178c1d88359d1b6965594c1f0f6aa277de9c239.tar.gz fetchmail-1178c1d88359d1b6965594c1f0f6aa277de9c239.tar.bz2 fetchmail-1178c1d88359d1b6965594c1f0f6aa277de9c239.zip |
Add ignore files.
svn path=/branches/BRANCH_6-3/; revision=5190
-rw-r--r-- | .gitignore | 20 | ||||
-rw-r--r-- | po/.gitignore | 9 |
2 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..4ad4b381 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +ABOUT-NLS +aclocal.m4 +autom4te.cache +build*/ +compile +config.guess +config.h.in +config.rpath +config.sub +configure +cscope.out +depcomp +install-sh +Makefile.in +m4/ +missing +mkinstalldirs +py-compile +tags +ylwrap diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 00000000..4be2981c --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,9 @@ +Makefile.in.in +Makevars.template +Rules-quot +boldquot.sed +en@boldquot.header +en@quot.header +insert-header.sin +quot.sed +remove-potcdate.sin |