From 70e2270a8ac049bbcef0f13ae0848e3a2d01966b Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Thu, 22 May 2014 16:14:52 -0700 Subject: Create a standalone pdfium build. I moved pdfium_test from chromium's repo to pdfium's. It's now buildable as a sample following the instructions on the wiki. --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..06184bd2c4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +/build/Debug +/build/Release +/build/gyp +/out +/v8 +/xcodebuild +Makefile +.DS_Store +*.filters +*.mk +*.opensdf +*.pyc +*.sdf +*.sln +*.suo +*.user +*.vcxproj +*.xcodeproj \ No newline at end of file -- cgit v1.2.3