calamares/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

58 lines
480 B
Plaintext
Raw Normal View History

# SPDX-FileCopyrightText: no
# SPDX-License-Identifier: CC0-1.0
#
2014-06-03 22:03:07 +02:00
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib
2014-07-24 10:16:09 +02:00
# Python
__pycache__
2014-06-03 22:03:07 +02:00
# Qt-es
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.moc
2018-03-07 12:55:14 +01:00
*.qmlc
2014-06-03 22:03:07 +02:00
moc_*.cpp
qrc_*.cpp
ui_*.h
Makefile*
*-build-*
2015-06-10 00:58:08 +02:00
*-build
2014-08-29 19:09:04 +02:00
/build
2014-06-03 22:03:07 +02:00
# QtCreator
*.autosave
2014-06-04 16:35:26 +02:00
qtcreator-build
2014-06-04 18:21:25 +02:00
CMakeLists.txt.user
2014-07-21 18:31:31 +02:00
# KDevelop
*.kdev4
2014-07-21 18:31:31 +02:00
# PyCharm
.idea
2014-08-19 14:57:22 +02:00
# Visual Studio Code
.vscode
2014-08-19 14:57:22 +02:00
# Backup files
*~
*.bak
2017-10-28 07:43:48 +02:00
# Kate
*.kate-swp
2020-06-11 11:57:23 +02:00
tags