This commit is contained in:
Your Name 2022-03-25 21:54:38 +01:00
parent cd0b5a361c
commit f2cc766a5b
9 changed files with 4 additions and 48 deletions

52
.gitignore vendored
View File

@ -3,74 +3,30 @@

*~
*.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

/.qmake.cache
/.qmake.stash

# qtcreator generated files
*.pro.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.*

# MinGW generated files
*.Debug
*.Release

# Python byte code
*.pyc

# Binaries
# --------
*.dll
*.exe

#Own adds:
build*
Makefile

BIN
alt/LIBCURL.DLL Normal file

Binary file not shown.

BIN
lib/libcurl.a Normal file

Binary file not shown.

BIN
lib/libcurl.dll.a Normal file

Binary file not shown.

BIN
src/debug/S_New4.exe Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.