Skip to content

Commit

Permalink
Clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
bastih committed Oct 20, 2013
1 parent 2426e7f commit 1dd28da
Showing 1 changed file with 11 additions and 54 deletions.
65 changes: 11 additions & 54 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,63 +1,20 @@

settings.mk
GnuplotLocation.txt

doc/*
*.orig
*~
*.d
*.s
*#*#
*.pyc
*.o
*.dylib
*.so
*.build
*.gcno
*.gcda
*.swp
.tags
.tags_sorted_by_file
.vagrant

results

Session.vim
.emacs-project
*.DS_Store

tools/hycal/hycal.dSYM/Contents/Resources/DWARF/hycal
tools/hycal/hycal
tools/hycal/hyrise_calibrator_out.txt
tools/arcane

build/benchmark
build/hyrise_server
build/join
build/merge
build/realdatatest
build/tpcc_server
build/units*
build/perf_datagen
build/perf_regression
build/test_relation_eq
build/dummy

.build/*
build/*
test/dump
docs/doxygen
docs/_html

cppcheck.xml
*.DS_Store
*.log
*.bin
.cproject
.project
lib*.a
*.pyc

settings.mk
mysql.mk
hyrise_server.pid
hyrise_server.port
TAGS

third_party/llvm*
src/lib/*.gch

test/advertising/data.txt
coverage.xml
sloccount.sc

benchmark_data

0 comments on commit 1dd28da

Please sign in to comment.