mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
I'm really not proud of how I did this though. It must be run from the same environment as one's editor (ie. not in the docker image) so that the paths are correct.
85 lines
1.6 KiB
Plaintext
85 lines
1.6 KiB
Plaintext
# Build artifacts
|
|
/bin/
|
|
/lib/
|
|
/packages/
|
|
bindings/flow/bin/
|
|
bindings/java/foundationdb-client*.jar
|
|
bindings/java/foundationdb-tests*.jar
|
|
bindings/java/fdb-java-*-sources.jar
|
|
packaging/msi/FDBInstaller.msi
|
|
|
|
# Generated source, build, and packaging files
|
|
*.g.cpp
|
|
*.g.h
|
|
*.g.S
|
|
*.g.asm
|
|
*.pom
|
|
bindings/java/pom*.xml
|
|
bindings/java/src*/main/overview.html
|
|
bindings/java/src*/main/com/apple/foundationdb/*Options.java
|
|
bindings/java/src*/main/com/apple/foundationdb/StreamingMode.java
|
|
bindings/java/src*/main/com/apple/foundationdb/MutationType.java
|
|
bindings/java/src*/main/com/apple/foundationdb/ConflictRangeType.java
|
|
bindings/java/src*/main/com/apple/foundationdb/FDBException.java
|
|
bindings/python/fdb/fdb*options.py
|
|
bindings/python/dist/
|
|
bindings/python/setup.py
|
|
bindings/python/MANIFEST
|
|
bindings/ruby/lib/fdboptions.rb
|
|
bindings/ruby/fdb.gemspec
|
|
fdbclient/vexillographer/obj/
|
|
fdbrpc/hgVersion*.h
|
|
fdbrpc/libeio/config.h
|
|
flow/hgVersion*.h
|
|
generated.mk
|
|
versions.h
|
|
packaging/msi/FDBInstaller.wix*
|
|
|
|
# Intermediate build artifacts and dependencies
|
|
*.class
|
|
*.py[cod]
|
|
*.sass-cache
|
|
.ccache
|
|
.deps/
|
|
.objs/
|
|
.cmds/
|
|
bindings/c/fdb_c.symbols
|
|
bindings/go/build
|
|
bindings/go/godoc
|
|
bindings/java/.classstamp*
|
|
bindings/java/classes*/
|
|
bindings/java/javadoc*/
|
|
|
|
# Testing and logging
|
|
packaging/msi/*.log
|
|
packaging/msi/obj
|
|
simfdb
|
|
tests/oldBinaries
|
|
trace.*.xml
|
|
|
|
# Editor files
|
|
*.iml
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.user
|
|
.idea/
|
|
.project
|
|
.pydevproject
|
|
.vscode
|
|
.vs/
|
|
FoundationDB.xcodeproj
|
|
foundationdb.VC.db
|
|
foundationdb.VC.VC.opendb
|
|
ipch/
|
|
compile_commands.json
|
|
|
|
# Temporary and user configuration files
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.swp
|
|
.envrc
|
|
.DS_Store
|
|
temp/
|