mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-03-31 04:29:35 +02:00
97 lines
996 B
Plaintext
97 lines
996 B
Plaintext
# Eclipse
|
|
.cproject
|
|
.project
|
|
.settings
|
|
Debug/
|
|
Release/
|
|
|
|
# Generated
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.pc
|
|
.deps
|
|
.libs
|
|
|
|
|
|
# Big files
|
|
.*.swp
|
|
*.zip
|
|
*.gz
|
|
*.jpg
|
|
*.mmp
|
|
*.mov
|
|
*.ogg
|
|
|
|
*.tar
|
|
*.rar
|
|
*.qm
|
|
*.psd
|
|
*.ai
|
|
*.gif
|
|
*.svg
|
|
*.ps
|
|
*.pdf
|
|
|
|
# Other files
|
|
*.out
|
|
*.log
|
|
callgrind.out.*
|
|
*.dot
|
|
|
|
# Makefiles
|
|
Makefile*
|
|
|
|
# Generated by Qt
|
|
mapmap
|
|
moc_*.cpp
|
|
prototypes/gst/
|
|
qrc_*.cpp
|
|
*.moc
|
|
src/*/mocs/*
|
|
src/*/objs/*
|
|
src/*/qrc/*
|
|
|
|
# Folders not to be included
|
|
html/
|
|
|
|
# Mac OS X / MacOS
|
|
*.DS_Store
|
|
.qmake.stash
|
|
Info.plist
|
|
*.xcodeproj/
|
|
*.pro*user*
|
|
*.app
|
|
DMGVERSION.txt
|
|
*.db
|
|
MapMap-*.*.*-*
|
|
MapMap-*.*.*-*.dmg
|
|
|
|
# Created by git.
|
|
*.BACKUP.*
|
|
*.BASE.*
|
|
*.LOCAL.*
|
|
*.REMOTE.*
|
|
|
|
# Local stuff
|
|
prototypes/sdl/run
|
|
prototypes/wx-01-simple/run
|
|
prototypes/wx-03-polyline/run
|
|
prototypes/wx-04-gst/run
|
|
prototypes/wx-02-input-output/run
|
|
prototypes/qgraphicsview
|
|
contrib/qtpropertybrowser.new
|
|
contrib/pblazasm-read-only
|
|
trash
|
|
|
|
# Windows
|
|
*.Debug
|
|
*.Release
|
|
|
|
# except icons files
|
|
!resources/images/*
|
|
!resources/macOS/Info.plist
|
|
!resources/macOS/MapMap.icns
|
|
|
|
*.json
|