summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:53:23 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-16 15:53:23 +0000
commit3f6d05379ea067a3b4f4a61e4be268ee8c37e7a6 (patch)
treeff3fdfc4642f0bb97f67782c246061b732c29f39 /.gitignore
parent4e8aa6bc93385d1b30f952ee055b8c19e6959f5b (diff)
downloadpcre-3f6d05379ea067a3b4f4a61e4be268ee8c37e7a6.tar.gz
Add .gitignore file
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1054 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore50
1 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..32abe82
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,50 @@
+/aclocal.m4
+/autom4te.cache/
+/compile
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/configure
+/depcomp
+/.deps
+/*.gcda
+/*.gcno
+/INSTALL
+/install-sh
+/*.la
+/libpcre*.pc
+/.libs
+/libtool
+/*.lo
+/ltmain.sh
+/m4/
+/Makefile
+/Makefile.in
+/missing
+/*.o
+*.orig
+/pcre_chartables.c
+/pcre-config
+/pcrecpparg.h
+/pcrecpp_unittest
+pcregrep
+/pcre.h
+/pcre-lcov.info
+/pcre-lcov/
+/pcre_jit_test
+/pcre_scanner_unittest
+/pcre_stringpiece.h
+/pcre_stringpiece_unittest
+/pcretest
+*.rej
+/stamp-h1
+/test*input
+/test*output
+/testsaved*
+/teststderr
+/teststdout
+/testtemp*
+/testtry