aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-22 01:07:38 -0700
committerrtk0c <[email protected]>2022-05-22 01:07:38 -0700
commita5db6bd3cc4af5233010ff44d0572ddf98b43c9d (patch)
tree03dab729f7fc891a60fccc161540675a282fb3b3
parent54d254649ffb9d56312ffd93b0c79644f6a00c9b (diff)
Changeset: 34 Replace git repository setup with PlasticSCM setup files
-rw-r--r--.gitignore85
-rw-r--r--.gitmodules9
-rw-r--r--ignore.conf10
3 files changed, 10 insertions, 94 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index df0eba3..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,85 +0,0 @@
-# This file is used to ignore files which are generated
-# ----------------------------------------------------------------------------
-
-*~
-*.autosave
-*.a
-*.core
-*.moc
-*.o
-*.obj
-*.orig
-*.rej
-*.so
-*.so.*
-*_pch.h.cpp
-*_resource.rc
-*.qm
-.#*
-*.*#
-core
-!core/
-tags
-.DS_Store
-.directory
-*.debug
-Makefile*
-*.prl
-*.app
-moc_*.cpp
-ui_*.h
-qrc_*.cpp
-Thumbs.db
-*.res
-*.rc
-bin
-cmake-*
-/.qmake.cache
-/.qmake.stash
-/.cache
-/.clangd
-/.idea
-
-# qtcreator generated files
-*.pro.user*
-CMakeLists.txt.user*
-
-# xemacs temporary files
-*.flc
-
-# Vim temporary files
-.*.swp
-
-# Visual Studio generated files
-*.ib_pdb_index
-*.idb
-*.ilk
-*.pdb
-*.sln
-*.suo
-*.vcproj
-*vcproj.*.*.user
-*.ncb
-*.sdf
-*.opensdf
-*.vcxproj
-*vcxproj.*
-CMakeSettings.json
-
-# MinGW generated files
-*.Debug
-*.Release
-
-# Python byte code
-*.pyc
-
-# Binaries
-# --------
-*.dll
-*.exe
-
-.vs/
-.vscode/
-build*/
-_ReSharper.Caches/
-
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index a80750c..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,9 +0,0 @@
-[submodule "3rdparty/glm/source"]
- path = 3rdparty/glm/source
- url = https://github.com/g-truc/glm.git
-[submodule "3rdparty/imguicolortextedit/source"]
- path = 3rdparty/imguicolortextedit/source
- url = https://github.com/BalazsJako/ImGuiColorTextEdit.git
-[submodule "3rdparty/tracy/source"]
- path = 3rdparty/tracy/tracy
- url = https://github.com/wolfpld/tracy.git
diff --git a/ignore.conf b/ignore.conf
new file mode 100644
index 0000000..6d560cb
--- /dev/null
+++ b/ignore.conf
@@ -0,0 +1,10 @@
+build
+.vscode
+.vs
+.idea
+.cache
+.local
+_ReSharper.Caches
+
+imgui.ini
+CMakeSettings.json