mirror of
https://github.com/torproject/collector.git
synced 2024-11-23 09:29:46 +00:00
Update .gitignore and build.xml to match what's on yatei.
This commit is contained in:
parent
0f6a01e9ce
commit
592fe79cc9
65
.gitignore
vendored
65
.gitignore
vendored
@ -1,54 +1,21 @@
|
||||
# .jar files
|
||||
lib/*.jar
|
||||
|
||||
# Input directories for descriptors to parse
|
||||
archives/
|
||||
bridges/
|
||||
|
||||
# compiled Java class files
|
||||
classes/
|
||||
|
||||
# generated R input files
|
||||
stats/
|
||||
|
||||
# generated graphs
|
||||
website/graphs/bridge-users/*.png
|
||||
website/graphs/descriptors/*.png
|
||||
website/graphs/direct-users/*.png
|
||||
website/graphs/exit/*.png
|
||||
website/graphs/networksize/*.png
|
||||
website/graphs/new-users/*.png
|
||||
website/graphs/torperf/*.png
|
||||
|
||||
# generated CSV files
|
||||
website/csv/*.csv
|
||||
|
||||
# papers and tech reports, not included in Git
|
||||
website/papers/*.pdf
|
||||
|
||||
# logfiles
|
||||
log.*
|
||||
|
||||
# Eclipse files
|
||||
.classpath
|
||||
.project
|
||||
|
||||
# Auxiliary LaTeX files
|
||||
doc/*.aux
|
||||
doc/*.log
|
||||
|
||||
# Generated websites
|
||||
website/consensus-health*.html
|
||||
|
||||
# Temporary directory for generating web archive
|
||||
dist/
|
||||
|
||||
# Possibly modified config file
|
||||
assignments
|
||||
bridge-directories
|
||||
cacheddesc/
|
||||
classes/
|
||||
config
|
||||
|
||||
# Torperf files
|
||||
data/
|
||||
directory-archive/
|
||||
doc/manual.aux
|
||||
doc/manual.log
|
||||
exitlist/
|
||||
lib/
|
||||
log.*
|
||||
rsync/
|
||||
sanitized-assignments/
|
||||
sanitized-bridges/
|
||||
stats/
|
||||
tarballs/
|
||||
torperf/
|
||||
|
||||
# Files provided via rsync
|
||||
rsync/
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<path id="classpath">
|
||||
<pathelement path="${classes}"/>
|
||||
<pathelement location="lib/commons-codec-1.4.jar"/>
|
||||
<pathelement location="lib/commons-compress-1.0.jar"/>
|
||||
<pathelement location="lib/commons-compress-1.3.jar"/>
|
||||
<pathelement location="lib/junit-4.8.2.jar"/>
|
||||
<pathelement location="lib/descriptor.jar"/>
|
||||
</path>
|
||||
@ -26,7 +26,7 @@
|
||||
</target>
|
||||
<target name="run" depends="compile">
|
||||
<java fork="true"
|
||||
maxmemory="1024m"
|
||||
maxmemory="2048m"
|
||||
classname="org.torproject.ernie.db.Main">
|
||||
<classpath refid="classpath"/>
|
||||
</java>
|
||||
|
Loading…
Reference in New Issue
Block a user