diff options
-rw-r--r-- | .gitignore | 85 | ||||
-rw-r--r-- | .gitmodules | 9 | ||||
-rw-r--r-- | ignore.conf | 10 |
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 |