mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-01-02 04:17:19 +08:00
move .gitignore
This commit is contained in:
46
workspace/.gitignore
vendored
Normal file
46
workspace/.gitignore
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Executables
|
||||
# *.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
# Visual studio
|
||||
Debug
|
||||
Release
|
||||
.vs
|
||||
|
||||
# cmake
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
cmake_install.cmake
|
||||
Makefile
|
||||
|
||||
libGuiLite.a
|
||||
libGuiLite.so
|
||||
|
||||
# Keil
|
||||
GuiLite.uvguix.*
|
||||
GuiLite.uvoptx
|
||||
Objects
|
||||
DebugConfig
|
||||
Reference in New Issue
Block a user