2011-10-04 09:49:14 -04:00
|
|
|
# Compiled source #
|
|
|
|
###################
|
|
|
|
*.com
|
|
|
|
*.class
|
|
|
|
*.dll
|
|
|
|
*.exe
|
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Packages #
|
|
|
|
############
|
|
|
|
# it's better to unpack these files and commit the raw source
|
|
|
|
# git has its own built in compression methods
|
|
|
|
*.7z
|
|
|
|
*.dmg
|
|
|
|
*.gz
|
|
|
|
*.iso
|
|
|
|
*.jar
|
|
|
|
*.rar
|
|
|
|
*.tar
|
|
|
|
*.zip
|
|
|
|
|
|
|
|
# Logs and databases #
|
|
|
|
######################
|
|
|
|
*.log
|
|
|
|
*.sql
|
|
|
|
*.sqlite
|
|
|
|
|
|
|
|
# OS generated files #
|
|
|
|
######################
|
|
|
|
.DS_Store?
|
|
|
|
ehthumbs.db
|
|
|
|
Icon?
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
# SCons related files #
|
|
|
|
#######################
|
|
|
|
SconsBuilder*
|
2011-10-04 09:54:14 -04:00
|
|
|
.scon*
|
|
|
|
.build
|
|
|
|
|
|
|
|
# Eclipse related files #
|
|
|
|
#########################
|
|
|
|
.setting*
|
|
|
|
.scb
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
|
|
|
|
# stxxl related files #
|
|
|
|
#######################
|
2011-10-05 12:20:58 -04:00
|
|
|
.stxxl
|
2011-10-04 09:54:14 -04:00
|
|
|
stxxl.log
|
|
|
|
stxxl.errlog
|
|
|
|
|
|
|
|
# compiled protobuffers #
|
|
|
|
#########################
|
|
|
|
DataStructures/pbf-proto/*.pb.h
|
|
|
|
DataStructures/pbf-proto/*.pb.cc
|
2011-10-05 12:20:58 -04:00
|
|
|
|
|
|
|
# External Libs #
|
|
|
|
#################
|
|
|
|
lib/
|
|
|
|
|
|
|
|
# Visual Studio Temp + build Files #
|
|
|
|
####################################
|
|
|
|
vcprojects/*.user
|
|
|
|
vcprojects/*.ncb
|
|
|
|
vcprojects/*.suo
|
|
|
|
vcprojects/Debug/
|
|
|
|
vcprojects/Release/
|
|
|
|
bin/
|
|
|
|
bin-debug/
|