mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
0198ffb220
+toc -doc -drmonero Fixed the windows path, and improved logging and data (for graph) logging, fixed some locks and added more checks. Still there is a locking error, not added by my patches, but present in master version (locking of map/list of peers).
104 lines
1,013 B
Text
104 lines
1,013 B
Text
.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
|
|
|