Skip to content

Commit

Permalink
Full refactor, drop cmake add chalet + auto detect environment + some…
Browse files Browse the repository at this point in the history
… gui clearance
  • Loading branch information
fszontagh committed Mar 15, 2024
1 parent 20fb587 commit 488ab53
Show file tree
Hide file tree
Showing 115 changed files with 42,814 additions and 37,838 deletions.
67 changes: 18 additions & 49 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,20 @@
### C++ ###
# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

### Git ###
# Created by git for backups. To disable backups in Git:
# $ git config --global mergetool.keepBackup false
*.orig

# Created by git when using merge tools for conflicts
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*_BACKUP_*.txt
*_BASE_*.txt
*_LOCAL_*.txt
*_REMOTE_*.txt
# Chalet
build/
chalet_external/
dist/
.chaletrc
.env*

# Editors
.idea/
.vs/
.vscode/
.fleet/

# Other
.cache/
Thumbs.db
.DS_Store

### vcpkg ###
# Vcpkg
Expand All @@ -71,4 +40,4 @@ vcpkg_installed/
.ionide
/build
/external/stable-diffusion
/ui/ver.hpp
/ui/ver.hpp
7 changes: 0 additions & 7 deletions .vscode/extensions.json

This file was deleted.

111 changes: 0 additions & 111 deletions .vscode/settings.json

This file was deleted.

155 changes: 0 additions & 155 deletions CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 488ab53

Please sign in to comment.