Skip to content

Commit

Permalink
Copies svn:ignore to the corresponding .gitignore file.
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Mar 14, 2013
1 parent b2c51c1 commit c2628da
Show file tree
Hide file tree
Showing 17 changed files with 134 additions and 82 deletions.
88 changes: 6 additions & 82 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,86 +1,10 @@
*.o
*.html
*.gz
*.dylib
*.a
*.dylib
*.dSYM
*.gz
*.html
*.o
*.swp
Makefile.config
allpairs/src/allpairs_master
allpairs/src/allpairs_multicore
chirp/src/chirp
chirp/src/chirp_benchmark
chirp/src/chirp_distribute
chirp/src/chirp_fuse
chirp/src/chirp_get
chirp/src/chirp_put
chirp/src/chirp_server
chirp/src/chirp_status
chirp/src/chirp_stream_files
chirp/src/libchirp_client.so
cctools.test.log
configure.rerun
dttools/src/catalog_server
dttools/src/catalog_update
dttools/src/chunk_test
dttools/src/hmac_test
dttools/src/microbench
dttools/src/mpi_queue_worker
dttools/src/multirun
dttools/src/watchdog
dttools/src/work_queue_example
dttools/src/work_queue_pool
dttools/src/work_queue_status
dttools/src/work_queue_worker
dttools/src/work_queue_workload_simulator
ftp_lite/src/ftp_lite_copy
ftp_lite/src/ftp_lite_test
makeflow/src/makeflow
makeflow/test/syntax/export.external.makeflow.makeflowlog
parrot/src/libparrot_helper.so
parrot/src/parrot_cp
parrot/src/parrot_getacl
parrot/src/parrot_locate
parrot/src/parrot_lsalloc
parrot/src/parrot_md5
parrot/src/parrot_mkalloc
parrot/src/parrot_run
parrot/src/parrot_search
parrot/src/parrot_setacl
parrot/src/parrot_timeout
parrot/src/parrot_whoami
parrot/src/tracer.table.c
parrot/src/tracer.table.h
parrot/src/tracer.table64.c
parrot/src/tracer.table64.h
resource_monitor/src/piggybacker
resource_monitor/src/librmonitor_helper.so
resource_monitor/src/resource_monitor
resource_monitor/src/resource_monitorv
resource_monitor/src/resource_monitor_pb.c
resource_monitor/src/rmonitor_piggyback.h
resource_monitor/src/rmonitor_piggyback.h.gch
resource_monitor/test/hogmem
resource_monitor/test/msqrt
s3tools/src/s3get
s3tools/src/s3getacl
s3tools/src/s3ls
s3tools/src/s3mkdir
s3tools/src/s3put
s3tools/src/s3rm
s3tools/src/s3rmdir
s3tools/src/s3setacl
s3tools/src/s3stat
sand/src/sand_align_kernel
sand/src/sand_align_master
sand/src/sand_compress_reads
sand/src/sand_filter_kernel
sand/src/sand_filter_master
sand/src/sand_uncompress_reads
wavefront/src/wavefront
wavefront/src/wavefront_master
work_queue/src/perl/work_queue.pm
work_queue/src/perl/work_queue.so
work_queue/src/perl/work_queue_wrap.c
work_queue/src/python/_work_queue.so
work_queue/src/python/work_queue.py
work_queue/src/python/work_queue_wrap.c
Makefile.config
8 changes: 8 additions & 0 deletions allpairs/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
allpairs_master
allpairs_multicore
allpairs_wait
allpairs
allpairs_status
allpairs_workqueue
allpairs_cleanup

19 changes: 19 additions & 0 deletions chirp/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
chirp_put
chirp_stream_files
chirp_distribute
chirp
chirp_benchmark
chirp_md5sum
chirp_get
chirp_matrix_verify
chirp_fuse
chirp_server
chirp_matrix_benchmark
libchirp.a
chirp_migrate
chirp_matrix_roc
chirp_status
chirp_partition_stream
chirp_server_hdfs
libchirp_client.so

2 changes: 2 additions & 0 deletions doc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
api

3 changes: 3 additions & 0 deletions doc/man/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.html
*.gz

21 changes: 21 additions & 0 deletions dttools/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
batch_submit_workers
catalog_server
catalog_update
chunk_test
hmac_test
int_sizes.h
libdttools.a
make_int_sizes
microbench
mpi_queue_worker
multirun
tar_stream
watchdog
work_queue_example
work_queue_pool
work_queue_status
work_queue_worker
work_queue_workload_simulator
worker
worker_condor_submit

4 changes: 4 additions & 0 deletions ftp_lite/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ftp_lite_copy
ftp_lite_test
libftp_lite.a

2 changes: 2 additions & 0 deletions makeflow/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
makeflow

17 changes: 17 additions & 0 deletions parrot/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
libparrot_helper.so
parrot_cp
parrot_getacl
parrot_locate
parrot_lsalloc
parrot_md5
parrot_mkalloc
parrot_run
parrot_search
parrot_setacl
parrot_timeout
parrot_whoami
tracer.table.c
tracer.table.h
tracer.table64.c
tracer.table64.h

9 changes: 9 additions & 0 deletions resource_monitor/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
src/piggybacker
src/librmonitor_helper.so
src/resource_monitor
src/resource_monitorv
src/resource_monitor_pb.c
src/rmonitor_piggyback.h
src/rmonitor_piggyback.h.gch
test/hogmem
test/msqrt
11 changes: 11 additions & 0 deletions s3tools/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
s3stat
s3setacl
s3mkdir
s3rmdir
s3rm
s3ls
s3get
libs3client.a
s3getacl
s3put

4 changes: 4 additions & 0 deletions sand/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
filtering
formatting
alignment

12 changes: 12 additions & 0 deletions sand/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
libsandtools.a
sand_align_kernel
sand_align_master
sand_banded_alignment
sand_compress_reads
sand_filter_kernel
sand_filter_master
sand_filter_mer_seq
sand_sw_alignment
sand_ucopy
sand_uncompress_reads

3 changes: 3 additions & 0 deletions wavefront/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
wavefront_master
wavefront

6 changes: 6 additions & 0 deletions work_queue/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
src/perl/work_queue.pm
src/perl/work_queue.so
src/perl/work_queue_wrap.c
src/python/_work_queue.so
src/python/work_queue.py
src/python/work_queue_wrap.c
3 changes: 3 additions & 0 deletions work_queue/src/perl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
work_queue_wrap.*
work_queue.pm

4 changes: 4 additions & 0 deletions work_queue/src/python/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
work_queue_wrap.*
cctools.test.log
work_queue.py

0 comments on commit c2628da

Please sign in to comment.