Skip to content

Commit

Permalink
fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
alliekins committed Jun 5, 2014
1 parent 7fe6cdd commit 3616973
Show file tree
Hide file tree
Showing 130 changed files with 10,354 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Visual Studio
[Bb]in/
[Dd]ebug/
[Rr]elease/
x64/
Expand Down Expand Up @@ -28,6 +27,5 @@ DerivedData
contents.xcworkspacedata
Debug/
Release/
Lib/
.DS_Store
.Trashes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added DependentExtensions/cat/lib/cat/big_x64.lib
Binary file not shown.
Binary file added DependentExtensions/cat/lib/cat/big_x64.o
Binary file not shown.
Binary file added DependentExtensions/cat/lib/cat/big_x64.obj
Binary file not shown.
6 changes: 6 additions & 0 deletions DependentExtensions/jansson-2.4/test/bin/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
check_PROGRAMS = json_process

AM_CPPFLAGS = -I$(top_srcdir)/src
AM_CFLAGS = -Wall -Werror
LDFLAGS = -static # for speed and Valgrind
LDADD = $(top_builddir)/src/libjansson.la
Loading

0 comments on commit 3616973

Please sign in to comment.