Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iBad committed Feb 17, 2018
0 parents commit cd08c72
Show file tree
Hide file tree
Showing 1,370 changed files with 481,357 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
@@ -0,0 +1 @@
*
2 changes: 2 additions & 0 deletions .gitattributes
@@ -0,0 +1,2 @@
.git* export-ignore
version.cmake export-subst
109 changes: 109 additions & 0 deletions .gitignore
@@ -0,0 +1,109 @@
.vscode/
xcode/

.DS_Store
/doc
/build
/tags
log/

# vim swap files
*.swp
*.swo
TAGS
!TAGS/
tags
!tags/
gtags.files
GTAGS
GRTAGS
GPATH
cscope.files
cscope.out
cscope.in.out
cscope.po.out

external/miniupnpc/Makefile
miniupnpcstrings.h
version/
# Created by https://www.gitignore.io

### C++ ###
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app


### CMake ###
CMakeCache.txt
CMakeFiles
cmake_install.cmake
install_manifest.txt
*.cmake

### Linux ###
*~

# KDE directory preferences
.directory


### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse
.idea/

/testnet

0 comments on commit cd08c72

Please sign in to comment.