Skip to content

Commit

Permalink
fix to recent modifications; more entries in gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Stepanov committed May 3, 2010
1 parent 1975201 commit 22418d7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.DS_Store
CVS/
.cvsignore
.svn/
.deps/
*.o
Expand All @@ -8,12 +11,16 @@
*.so
*.so.*
*.slo
*.pyc
server/distro/*.zip
server/distro/jam/Apache22-local/
server/distro/jam/Apache22/
server/AptanaJaxer/
server/src/httpd-2.2.6/
server/src/libevent/
server/src/google/google_breakpad/
server/local_settings.py
server/src/mozilla/.mozconfig
server/src/mozilla/.mozconfig.mk
server/src/mozilla/ff-release/
server/src/mozilla/ff-debug/
18 changes: 16 additions & 2 deletions server/src/mozilla/netwerk/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ include $(DEPTH)/config/autoconf.mk

MODULE = necko

ifdef JAXER
DIRS = \
base \
cookie \
dns \
socket \
mime \
streamconv \
cache \
protocol \
system \
build \
locales \
$(NULL)
else
DIRS = \
base \
cookie \
Expand All @@ -68,11 +83,10 @@ DIRS = \
protocol \
system \
build \
ifndef JAXER
resources \
endif
locales \
$(NULL)
endif

ifdef ENABLE_TESTS
TOOL_DIRS += test
Expand Down

0 comments on commit 22418d7

Please sign in to comment.