118 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			118 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
## Linux/Windows annoying files
 | 
						|
*~
 | 
						|
 | 
						|
# temporary files which can be created if a process still has a handle open of a deleted file
 | 
						|
.fuse_hidden*
 | 
						|
 | 
						|
# KDE directory preferences
 | 
						|
.directory
 | 
						|
 | 
						|
# Linux trash folder which might appear on any partition or disk
 | 
						|
.Trash-*
 | 
						|
 | 
						|
# .nfs files are created when an open file is removed but is still being accessed
 | 
						|
.nfs*
 | 
						|
 | 
						|
# Windows thumbnail cache files
 | 
						|
Thumbs.db
 | 
						|
ehthumbs.db
 | 
						|
ehthumbs_vista.db
 | 
						|
 | 
						|
# Dump file
 | 
						|
*.stackdump
 | 
						|
 | 
						|
# Folder config file
 | 
						|
[Dd]esktop.ini
 | 
						|
 | 
						|
# Recycle Bin used on file shares
 | 
						|
$RECYCLE.BIN/
 | 
						|
 | 
						|
# Windows Installer files
 | 
						|
*.cab
 | 
						|
*.msi
 | 
						|
*.msix
 | 
						|
*.msm
 | 
						|
*.msp
 | 
						|
 | 
						|
# Windows shortcuts
 | 
						|
*.lnk
 | 
						|
 | 
						|
## 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
 | 
						|
 | 
						|
## Qt
 | 
						|
# Executables
 | 
						|
*.exe
 | 
						|
*.out
 | 
						|
*.app
 | 
						|
 | 
						|
# C++ objects and libs
 | 
						|
*.slo
 | 
						|
*.lo
 | 
						|
*.o
 | 
						|
*.a
 | 
						|
*.la
 | 
						|
*.lai
 | 
						|
*.so
 | 
						|
*.dll
 | 
						|
*.dylib
 | 
						|
 | 
						|
# Qt-es
 | 
						|
object_script.*.Release
 | 
						|
object_script.*.Debug
 | 
						|
*_plugin_import.cpp
 | 
						|
/.qmake.cache
 | 
						|
/.qmake.stash
 | 
						|
*.pro.user
 | 
						|
*.pro.user.*
 | 
						|
*.qbs.user
 | 
						|
*.qbs.user.*
 | 
						|
*.moc
 | 
						|
moc_*.cpp
 | 
						|
moc_*.h
 | 
						|
qrc_*.cpp
 | 
						|
ui_*.h
 | 
						|
*.qmlc
 | 
						|
*.jsc
 | 
						|
Makefile*
 | 
						|
*build-*
 | 
						|
 | 
						|
# Qt unit tests
 | 
						|
target_wrapper.*
 | 
						|
 | 
						|
# QtCreator
 | 
						|
*.autosave
 | 
						|
 | 
						|
# QtCreator Qml
 | 
						|
*.qmlproject.user
 | 
						|
*.qmlproject.user.*
 | 
						|
 | 
						|
# QtCreator CMake
 | 
						|
CMakeLists.txt.user*
 |