Update .gitignore
This commit is contained in:
parent
fbdac36f6f
commit
88ef8bff0b
|
@ -1,120 +1,16 @@
|
||||||
# This file is used to ignore files which are generated
|
/build
|
||||||
# ----------------------------------------------------------------------------
|
/bin
|
||||||
|
/CMakeLists.txt.user
|
||||||
# Build
|
/.kdev4
|
||||||
build/
|
/strawberry.kdev4
|
||||||
bin/
|
/.vscode
|
||||||
|
/.code-workspace
|
||||||
# CMake
|
/.sublime-workspace
|
||||||
CMakeLists.txt.user
|
/.idea
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
CMakeScripts
|
|
||||||
Makefile*
|
|
||||||
Testing
|
|
||||||
cmake_install.cmake
|
|
||||||
install_manifest.txt
|
|
||||||
compile_commands.json
|
|
||||||
CTestTestfile.cmake
|
|
||||||
_deps
|
|
||||||
|
|
||||||
# Prerequisites
|
|
||||||
*.d
|
|
||||||
|
|
||||||
# Compiled Object files
|
|
||||||
*.slo
|
|
||||||
*.lo
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Precompiled Headers
|
|
||||||
*.gch
|
|
||||||
*.pch
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Fortran module files
|
|
||||||
*.mod
|
|
||||||
*.smod
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.lai
|
|
||||||
*.la
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
*.out
|
|
||||||
*.app
|
|
||||||
|
|
||||||
# Dump files
|
|
||||||
*.core
|
|
||||||
*.stackdump
|
|
||||||
|
|
||||||
# Qt
|
|
||||||
*build-*
|
|
||||||
moc_*.cpp
|
|
||||||
moc_*.h
|
|
||||||
qrc_*.cpp
|
|
||||||
ui_*.h
|
|
||||||
*.moc
|
|
||||||
*.qm
|
|
||||||
|
|
||||||
# Temporary files
|
|
||||||
*~
|
|
||||||
*.autosave
|
|
||||||
*.orig
|
|
||||||
*.rej
|
|
||||||
.*.kate-swp
|
|
||||||
.swp.*
|
|
||||||
.*.swp
|
|
||||||
*.flc
|
|
||||||
|
|
||||||
# Directory files
|
|
||||||
.directory
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# MinGW generated files
|
|
||||||
*.Debug
|
|
||||||
*.Release
|
|
||||||
|
|
||||||
# Package files
|
|
||||||
*.spec
|
|
||||||
*.nsi
|
|
||||||
*.plist
|
|
||||||
|
|
||||||
# Stuff in dist
|
|
||||||
maketarball.sh
|
|
||||||
changelog
|
|
||||||
|
|
||||||
# Translations
|
|
||||||
translations.pot
|
|
||||||
zanata.xml
|
|
||||||
.zanata-cache/
|
|
||||||
|
|
||||||
# QtCreator
|
|
||||||
CMakeLists.txt.user*
|
|
||||||
*.pro.user
|
|
||||||
*.pro.user.*
|
|
||||||
*creator.user*
|
|
||||||
target_wrapper.*
|
|
||||||
compile_commands.json
|
|
||||||
|
|
||||||
*.kdev4
|
|
||||||
*.vscode
|
|
||||||
*.code-workspace
|
|
||||||
*.sublime-workspace
|
|
||||||
|
|
||||||
# MSVC
|
|
||||||
CMakeSettings.json
|
|
||||||
/.vs
|
/.vs
|
||||||
/out
|
/out
|
||||||
|
/CMakeSettings.json
|
||||||
# CLion
|
/dist/scripts/maketarball.sh
|
||||||
/.idea
|
/dist/unix/strawberry.spec
|
||||||
|
/dist/windows/strawberry.nsi
|
||||||
|
src/translations/translations.pot
|
||||||
|
|
Loading…
Reference in New Issue