Skip to content

Commit

Permalink
[git] Add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Mar 11, 2019
1 parent dfdb97a commit 7314d62
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 228 deletions.
162 changes: 162 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
# Compiled source #
###################
*.class
*.dll
*.exe
*.o
*.so

sb

build
data
pkg
bin
_obj

main

test_node

*~
client

# 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
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db

*.pyx
#build
*~

*.orig

.cache
release
.bin

.skycoin

*.prof
*.out

# Binaries
/skycoind
/skycoin
/skycoindev
/blockchain
/generate_cert
/address_gen
/skycoin-integration

*.pem

# Deprecated
_deprecated/

blockchain.bin
blockchain.sigs
master.keys
*.bak
benefactor-wallet.json
masterdata/
.genv

src/gui/static/dev
src/mesh/gui/static/dev

npm-debug.log

node_modules

electron/release
electron/.cache
electron/.electron_cache
electron/node_modules
electron/.gox_output
electron/.electron_output
electron/.standalone_output
electron/.daemon_output
electron/.cli_output
# Do not ignore the icons folder
!electron/build
!electron/build/icons

.vscode/

#File generation sublime text
.do.cfg
.do.state
skycoin.do

*.swo
*.swp

src/mesh/TODO

.idea/

*.iml
*.test
coverage.html
coverage/
*.coverage.out

src/api/integration/wallets/
src/api/integration/wallets/

skycoin-cli

# FIXME: see #1027 - Temporary solution to deal with generated file
include/libskycoin.h

# Eclipse temp files
.cproject
.metadata/**
.project

# Generated docs
docs/libc/latex
docs/libc/man
docs/libc/xml


# Do not ignore Docker Cloud build
!hooks/build

*.prof
*.profile
*.cpuprofile
*.memprofile

# cli fiberAddressGen default output
addresses.txt
seeds.csv

histogram
228 changes: 0 additions & 228 deletions .gitignore/.gitignore

This file was deleted.

Loading

0 comments on commit 7314d62

Please sign in to comment.