2014-04-30 19:52:21 +02:00
|
|
|
.DS_Store
|
2014-09-10 02:18:23 +02:00
|
|
|
/doc
|
2014-03-03 23:07:58 +01:00
|
|
|
/build
|
2014-05-25 19:06:40 +02:00
|
|
|
/tags
|
2015-01-05 20:30:17 +01:00
|
|
|
log/
|
2014-06-02 13:56:07 +02:00
|
|
|
|
|
|
|
# vim swap files
|
|
|
|
*.swp
|
|
|
|
*.swo
|
2014-09-10 02:18:23 +02:00
|
|
|
TAGS
|
|
|
|
!TAGS/
|
|
|
|
tags
|
|
|
|
!tags/
|
|
|
|
gtags.files
|
|
|
|
GTAGS
|
|
|
|
GRTAGS
|
|
|
|
GPATH
|
|
|
|
cscope.files
|
|
|
|
cscope.out
|
|
|
|
cscope.in.out
|
|
|
|
cscope.po.out
|
|
|
|
|
2015-02-12 20:59:39 +01:00
|
|
|
external/miniupnpc/Makefile
|
2015-01-05 20:30:17 +01:00
|
|
|
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
|
2015-12-23 17:04:04 +01:00
|
|
|
.idea/
|
2014-09-10 02:18:23 +02:00
|
|
|
|