From 6fc41914f7a1f67c9e475c6fe87c98167dd834d8 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 16 Dec 2014 13:13:01 +0000 Subject: [PATCH] ignore user files --- .gitignore | 4 +- CMakeLists.txt.user | 228 -------------- ttrts.sublime-workspace | 651 ---------------------------------------- 3 files changed, 3 insertions(+), 880 deletions(-) delete mode 100644 CMakeLists.txt.user delete mode 100644 ttrts.sublime-workspace diff --git a/.gitignore b/.gitignore index c795b05..7ccaa71 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -build \ No newline at end of file +build +.user +.sublime-workspace diff --git a/CMakeLists.txt.user b/CMakeLists.txt.user deleted file mode 100644 index 6ec3667..0000000 --- a/CMakeLists.txt.user +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - true - 1 - true - 0 - true - 0 - 8 - true - 1 - true - true - true - false - - - - ProjectExplorer.Project.PluginSettings - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop - {4857d833-10e4-4a1a-ab3c-1fb012a1b975} - 0 - 0 - 1 - - /home/mdiluzio/Projects/ttrts/build - false - - - - - all - - false - false - true - Make - - CMakeProjectManager.MakeStep - - 1 - Build - - ProjectExplorer.BuildSteps.Build - - - - clean - - true - false - true - Make - - CMakeProjectManager.MakeStep - - 1 - Clean - - ProjectExplorer.BuildSteps.Clean - - 2 - false - - all - - CMakeProjectManager.CMakeBuildConfiguration - - 1 - - - 0 - Deploy - - ProjectExplorer.BuildSteps.Deploy - - 1 - Deploy locally - - ProjectExplorer.DefaultDeployConfiguration - - 1 - - - true - - false - false - false - false - true - 0.01 - 10 - true - 25 - - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - 2 - ttrts - - false - - - ttrts - - CMakeProjectManager.CMakeRunConfiguration.ttrts - 3768 - true - false - false - true - - - true - - false - false - false - false - true - 0.01 - 10 - true - 25 - - true - valgrind - - 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - 11 - 12 - 13 - 14 - - 2 - ttrts-test - - false - - - ttrts-test - - CMakeProjectManager.CMakeRunConfiguration.ttrts-test - 3768 - true - false - false - true - - 2 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.EnvironmentId - {3beffcb8-4a04-420b-880b-3a95e17b2e51} - - - ProjectExplorer.Project.Updater.FileVersion - 12 - - diff --git a/ttrts.sublime-workspace b/ttrts.sublime-workspace deleted file mode 100644 index 42d1cf6..0000000 --- a/ttrts.sublime-workspace +++ /dev/null @@ -1,651 +0,0 @@ -{ - "auto_complete": - { - "selected_items": - [ - [ - "eErr", - "eError_noErr" - ], - [ - "g", - "gMainWindow" - ] - ] - }, - "buffers": - [ - { - "file": "game/unit.cpp", - "settings": - { - "buffer_size": 486, - "line_ending": "Unix" - } - }, - { - "file": "game/game.h", - "settings": - { - "buffer_size": 1722, - "line_ending": "Unix" - } - }, - { - "file": "game/board.h", - "settings": - { - "buffer_size": 0, - "line_ending": "Unix" - } - }, - { - "file": "game/CMakeLists.txt", - "settings": - { - "buffer_size": 320, - "line_ending": "Unix" - } - }, - { - "file": "ui/CMakeLists.txt", - "settings": - { - "buffer_size": 293, - "line_ending": "Unix" - } - }, - { - "file": "CMakeLists.txt", - "settings": - { - "buffer_size": 307, - "line_ending": "Unix" - } - }, - { - "file": "test/CMakeLists.txt", - "settings": - { - "buffer_size": 384, - "line_ending": "Unix" - } - }, - { - "file": "ui/board.h", - "settings": - { - "buffer_size": 1299, - "line_ending": "Unix" - } - }, - { - "file": "game/unit.h", - "settings": - { - "buffer_size": 557, - "line_ending": "Unix" - } - }, - { - "file": "game/gametypes.h", - "settings": - { - "buffer_size": 367, - "line_ending": "Unix" - } - }, - { - "file": "game/game.cpp", - "settings": - { - "buffer_size": 18, - "line_ending": "Unix" - } - } - ], - "build_system": "", - "command_palette": - { - "height": 54.0, - "selected_items": - [ - [ - "install", - "Package Control: Install Package" - ], - [ - "insta", - "Package Control: Install Package" - ] - ], - "width": 449.0 - }, - "console": - { - "height": 139.0 - }, - "distraction_free": - { - "menu_visible": true, - "show_minimap": false, - "show_open_files": false, - "show_tabs": false, - "side_bar_visible": false, - "status_bar_visible": false - }, - "file_history": - [ - "/home/mdiluzio/Projects/ttrts/game/game.h", - "/home/mdiluzio/Projects/ttrts/game/game.cpp", - "/home/mdiluzio/Projects/ttrts/ttrts/CMakeLists.txt", - "/home/mdiluzio/Projects/ttrts/ttrts/main.cpp", - "/home/mdiluzio/Projects/ttrts/CMakeLists.txt", - "/home/mdiluzio/Projects/ttrts/test/CMakeLists.txt", - "/home/mdiluzio/Projects/ttrts/game/README.md", - "/home/mdiluzio/Projects/ttrts/maths/vector2.h", - "/home/mdiluzio/Projects/ttrts/game/gametypes.h", - "/home/mdiluzio/Projects/ttrts/game/unit.h", - "/home/mdiluzio/Projects/ttrts/game/unitv.h", - "/home/mdiluzio/Projects/ttrts/maths/mathtypes.h", - "/home/mdiluzio/Projects/ttrts/game/orders.h", - "/home/mdiluzio/Projects/ttrts/game/orders.cpp", - "/home/mdiluzio/Projects/ttrts/game/CMakeLists.txt", - "/home/mdiluzio/Projects/ttrts/test/test.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/build/SDLGame.sublime-workspace", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/CMakeLists.txt", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/src/SDLThread.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/LEngine/src/LEngine.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/src/SDLWindow.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/src/SDLEventLoop.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Util/include/error.h", - "/home/mdiluzio/Projects/SDLGame/Docs/html/types_8h_source.html", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Util/include/debug.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Util/src/debug.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Util/CMakeLists.txt", - "/home/mdiluzio/Projects/SDLGame/Source/CMakeLists.txt", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/LEngine/CMakeLists.txt", - "/home/mdiluzio/Projects/SDLGame/Source/src/main.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Util/include/types.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/src/SDLMain.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/include/SDLWindow.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/src/SDLRenderer.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/LEngine/include/LEngine.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/LEngine/include/LGameBase.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/LEngine/include/LObject.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/include/SDLEventLoop.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/include/SDLMain.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/include/SDLRenderer.h", - "/home/mdiluzio/Projects/SDLGame/Source/include/GameOne.h", - "/home/mdiluzio/Projects/SDLGame/readme.md", - "/home/mdiluzio/Projects/SDLGame/Source/include/TestDoxy.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/SDLInterface/SDL2/BUGS.txt", - "/home/mdiluzio/Projects/SDLGame/Source/src/GameOne.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/LEngine/src/LGameBase.cpp", - "/home/mdiluzio/Projects/SDLGame/.gitignore", - "/home/mdiluzio/Projects/SDLGame/Source/build/CMakeFiles/SDLGame.dir/CXX.includecache", - "/home/mdiluzio/Projects/SDLGame/Source/build/CMakeFiles/SDLGame.dir/build.make", - "/home/mdiluzio/Projects/SDLGame/Source/build/CMakeFiles/SDLGame.dir/depend.internal", - "/home/mdiluzio/Projects/SDLGame/Source/build/CMakeFiles/SDLGame.dir/depend.make", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/CXX.includecache", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/DependInfo.cmake", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/build.make", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/cmake_clean.cmake", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/depend.internal", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/depend.make", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/sdlinterface/build/CMakeFiles/sdlinterface.dir/build.make", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/sdlinterface/build/util/build/CMakeFiles/util.dir/build.make", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/CMakeFiles/lengine.dir/link.txt", - "/home/mdiluzio/Projects/SDLGame/Source/build/Libraries/LEngine/Makefile", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Engine/include/GameBase.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Engine/src/GameBase.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Engine/include/Engine.h", - "/home/mdiluzio/Projects/SDLGame/Source/Libraries/Engine/src/Engine.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/include/GameOne.cpp", - "/home/mdiluzio/Projects/SDLGame/Source/include/Prefix.pch", - "/home/mdiluzio/Projects/SDLGame/Source/include/untitled", - "/home/mdiluzio/Projects/SDLGame/Source/build/game", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/Engine/src/Engine.h", - "/home/mdiluzio/Projects/TestGame/Source/src/main.cpp", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/Util/include/types.h", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/SDLInterface/src/SDLEventLoop.cpp", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/SDLInterface/src/SDLWindow.cpp", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/SDLInterface/include/SDLEventLoop.h", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/SDLInterface/src/SDLMain.cpp", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/SDLInterface/include/SDLWindow.h", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/Engine/CMakeLists.txt", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/SDLInterface/CMakeLists.txt", - "/home/mdiluzio/Projects/TestGame/Source/Libraries/Util/CMakeLists.txt", - "/home/mdiluzio/Projects/TestGame/makeAndRun.sh", - "/home/mdiluzio/.config/sublime-text-2/Packages/User/cmake.sublime-build", - "/home/mdiluzio/Projects/TestGame/include/types.h", - "/home/mdiluzio/Projects/TestGame/build.sh", - "/home/mdiluzio/Projects/TestGame/src/main.cpp" - ], - "find": - { - "height": 35.0 - }, - "find_in_files": - { - "height": 0.0, - "where_history": - [ - "/home/mdiluzio/Projects/ttrts", - "/home/mdiluzio/Projects/SDLGame", - "/home/mdiluzio/Projects/TestGame/src" - ] - }, - "find_state": - { - "case_sensitive": true, - "find_history": - [ - "dir_t", - "tBoardPiece", - "piece_t", - "TBoardPiece", - "eError_quitRequested", - "eError_noErr", - "eError_SDL_Error", - "_GAMEBASE_H_", - "_OBJECT_H_", - "Object", - "GameBase", - "_ENGINE_H_", - "Engine", - "err = eError_noErr", - "err == eError_noErr", - "build", - ")\n", - "success", - "[" - ], - "highlight": true, - "in_selection": false, - "preserve_case": false, - "regex": false, - "replace_history": - [ - "square", - "square_t", - "piece_t", - "eError_quitRequest", - "_LGAMEBASE_H_", - "_LOBJECT_H_", - "LObject", - "LGameBase", - "_LENGINE_H_", - "LEngine", - "eError_noErr == err", - "err" - ], - "reverse": false, - "show_context": true, - "use_buffer2": true, - "whole_word": false, - "wrap": true - }, - "groups": - [ - { - "selected": 1, - "sheets": - [ - { - "buffer": 0, - "file": "game/unit.cpp", - "settings": - { - "buffer_size": 486, - "regions": - { - }, - "selection": - [ - [ - 204, - 204 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 1, - "file": "game/game.h", - "settings": - { - "buffer_size": 1722, - "regions": - { - }, - "selection": - [ - [ - 301, - 301 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 2, - "file": "game/board.h", - "settings": - { - "buffer_size": 0, - "regions": - { - }, - "selection": - [ - [ - 0, - 0 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 3, - "file": "game/CMakeLists.txt", - "settings": - { - "buffer_size": 320, - "regions": - { - }, - "selection": - [ - [ - 253, - 253 - ] - ], - "settings": - { - "syntax": "Packages/CMake/CMake.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 4, - "file": "ui/CMakeLists.txt", - "settings": - { - "buffer_size": 293, - "regions": - { - }, - "selection": - [ - [ - 293, - 293 - ] - ], - "settings": - { - "syntax": "Packages/CMake/CMake.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 5, - "file": "CMakeLists.txt", - "settings": - { - "buffer_size": 307, - "regions": - { - }, - "selection": - [ - [ - 304, - 304 - ] - ], - "settings": - { - "syntax": "Packages/CMake/CMake.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 6, - "file": "test/CMakeLists.txt", - "settings": - { - "buffer_size": 384, - "regions": - { - }, - "selection": - [ - [ - 382, - 382 - ] - ], - "settings": - { - "syntax": "Packages/CMake/CMake.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 7, - "file": "ui/board.h", - "settings": - { - "buffer_size": 1299, - "regions": - { - }, - "selection": - [ - [ - 59, - 59 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 8, - "file": "game/unit.h", - "settings": - { - "buffer_size": 557, - "regions": - { - }, - "selection": - [ - [ - 115, - 115 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage", - "translate_tabs_to_spaces": false - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 9, - "file": "game/gametypes.h", - "settings": - { - "buffer_size": 367, - "regions": - { - }, - "selection": - [ - [ - 162, - 162 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - }, - { - "buffer": 10, - "file": "game/game.cpp", - "settings": - { - "buffer_size": 18, - "regions": - { - }, - "selection": - [ - [ - 18, - 18 - ] - ], - "settings": - { - "syntax": "Packages/C++/C++.tmLanguage" - }, - "translation.x": 0.0, - "translation.y": 0.0, - "zoom_level": 1.0 - }, - "type": "text" - } - ] - } - ], - "incremental_find": - { - "height": 0.0 - }, - "input": - { - "height": 33.0 - }, - "layout": - { - "cells": - [ - [ - 0, - 0, - 1, - 1 - ] - ], - "cols": - [ - 0.0, - 1.0 - ], - "rows": - [ - 0.0, - 1.0 - ] - }, - "menu_visible": true, - "output.exec": - { - "height": 112.0 - }, - "replace": - { - "height": 0.0 - }, - "save_all_on_build": true, - "select_file": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "select_project": - { - "height": 0.0, - "selected_items": - [ - ], - "width": 0.0 - }, - "show_minimap": true, - "show_open_files": false, - "show_tabs": true, - "side_bar_visible": true, - "side_bar_width": 153.0, - "status_bar_visible": true -}