Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
postwait committed Feb 17, 2015
1 parent 1fcb6ee commit 3caa1fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ src/modules/*.dSYM
src/noit_version.h
src/noitd
src/noit.conf
src/noit.env
src/scratch/
src/test-noit.conf
src/stratcond
Expand Down Expand Up @@ -61,6 +62,7 @@ src/LuaJIT/src/luajit
src/LuaJIT/src/host/buildvm
src/LuaJIT/src/host/buildvm_arch.h
src/LuaJIT/src/host/minilua
src/libnoit-ll.so*
src/libnoit.so*
src/libnoit*dylib
src/libnoit_dtrace_probes.h
Expand Down
3 changes: 2 additions & 1 deletion src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,9 @@ install: install-dirs install-docs install-headers install-noitd install-stratco

clean:
rm -f *.lo *.o $(TARGETS) $(LUA_OBJS)
rm -f $(LIBNOIT) $(LIBNOIT_V) $(LIBNOITLL) $(LIBNOITLL_V)
rm -f module-online.h noit.env
rm -rf noit-objs stratcon-objs libnoit-objs
rm -rf noit-objs stratcon-objs libnoit-objs libnoit-ll-objs
rm -rf mdb-support/*.lo mdb-support/*.so
(cd jlog && $(MAKE) clean)
(cd eventer && $(MAKE) clean)
Expand Down
1 change: 1 addition & 0 deletions src/modules/postgres_ingestor.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "utils/noit_getip.h"
#include "utils/noit_watchdog.h"
#include "stratcon_datastore.h"
#include "stratcon_ingest.h"
#include "stratcon_realtime_http.h"
#include "stratcon_iep.h"
#include "noit_conf.h"
Expand Down

0 comments on commit 3caa1fc

Please sign in to comment.