2013-10-18 16:47:02 +08:00
|
|
|
# OS files
|
2013-07-09 01:05:20 +08:00
|
|
|
.DS_Store
|
2013-10-18 16:47:02 +08:00
|
|
|
.DS_Store?
|
|
|
|
._*
|
2022-02-04 23:05:19 +08:00
|
|
|
.mypy_cache
|
2013-10-18 16:47:02 +08:00
|
|
|
.Spotlight-V100
|
2013-10-21 14:00:27 +08:00
|
|
|
.Trash*
|
|
|
|
Icon?
|
2013-10-18 16:47:02 +08:00
|
|
|
ethumbs.db
|
|
|
|
Thumbs.db
|
2013-10-21 14:00:27 +08:00
|
|
|
*.tmp
|
2013-07-09 01:05:20 +08:00
|
|
|
|
2013-10-21 14:00:27 +08:00
|
|
|
# Make
|
2016-08-10 19:28:33 +08:00
|
|
|
/_build
|
|
|
|
/_install
|
|
|
|
/tox-0.0.0*
|
2023-12-25 20:45:19 +08:00
|
|
|
/.vs
|
|
|
|
/CppProperties.json
|
2013-07-18 06:06:05 +08:00
|
|
|
CMakeCache.txt
|
|
|
|
CMakeFiles
|
|
|
|
Makefile
|
2018-01-15 19:23:33 +08:00
|
|
|
!/other/rpm/Makefile
|
2013-07-18 06:06:05 +08:00
|
|
|
cmake_install.cmake
|
|
|
|
install_manifest.txt
|
2013-10-21 14:00:27 +08:00
|
|
|
tags
|
|
|
|
Makefile.in
|
2016-12-27 05:01:43 +08:00
|
|
|
CMakeLists.txt.user
|
2017-01-06 20:19:12 +08:00
|
|
|
DartConfiguration.tcl
|
|
|
|
CTestTestfile.cmake
|
|
|
|
*.pc
|
2013-07-22 09:15:34 +08:00
|
|
|
|
2013-10-21 14:00:27 +08:00
|
|
|
# Testing
|
2018-07-17 09:18:04 +08:00
|
|
|
/amalgamation.*
|
2013-07-22 09:15:34 +08:00
|
|
|
testing/data
|
2013-07-28 00:10:41 +08:00
|
|
|
*~
|
2013-07-31 03:02:16 +08:00
|
|
|
|
2013-08-08 17:52:39 +08:00
|
|
|
# Vim
|
|
|
|
*.swp
|
|
|
|
|
2013-07-31 03:02:16 +08:00
|
|
|
# Object files
|
|
|
|
*.o
|
2013-08-14 02:55:32 +08:00
|
|
|
*.lo
|
|
|
|
*.a
|
2013-07-31 03:02:16 +08:00
|
|
|
|
|
|
|
# Executables
|
|
|
|
*.exe
|
|
|
|
*.out
|
|
|
|
*.app
|
2013-08-14 02:55:32 +08:00
|
|
|
*.la
|
|
|
|
|
2017-01-06 20:19:12 +08:00
|
|
|
# Libraries
|
|
|
|
*.so
|
|
|
|
|
2013-10-21 14:00:27 +08:00
|
|
|
# Misc (?)
|
2013-08-14 02:55:32 +08:00
|
|
|
m4/*
|
|
|
|
configure
|
|
|
|
configure_aux
|
2013-10-21 14:00:27 +08:00
|
|
|
!m4/pkg.m4
|
2013-08-14 02:55:32 +08:00
|
|
|
aclocal.m4
|
|
|
|
config.h*
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
stamp-h1
|
|
|
|
autom4te.cache
|
|
|
|
libtool
|
|
|
|
.deps
|
|
|
|
.libs
|
2013-09-02 02:43:46 +08:00
|
|
|
.dirstamp
|
2014-07-21 07:10:57 +08:00
|
|
|
build/
|
2022-09-22 21:36:19 +08:00
|
|
|
*.nvim*
|
|
|
|
*.vim*
|
2014-07-21 07:10:57 +08:00
|
|
|
|
2024-01-15 19:12:28 +08:00
|
|
|
# kdevelop
|
2014-07-21 09:16:15 +08:00
|
|
|
.kdev/
|
2014-07-21 07:10:57 +08:00
|
|
|
*.kdev*
|
2013-08-09 02:55:52 +08:00
|
|
|
|
2019-01-16 07:09:36 +08:00
|
|
|
# VScode
|
|
|
|
.vscode/
|
|
|
|
|
2013-10-21 14:00:27 +08:00
|
|
|
# Netbeans
|
2013-08-09 02:55:52 +08:00
|
|
|
nbproject
|
2013-08-15 10:03:28 +08:00
|
|
|
|
2013-10-21 14:00:27 +08:00
|
|
|
# astyle
|
2013-08-15 10:03:28 +08:00
|
|
|
*.orig
|
2014-02-24 17:12:55 +08:00
|
|
|
|
|
|
|
# Android buildscript
|
|
|
|
android-toolchain-*
|
|
|
|
toxcore-android-*
|
2014-12-20 00:59:20 +08:00
|
|
|
|
|
|
|
# cscope files list
|
|
|
|
cscope.files
|
2015-03-04 07:28:17 +08:00
|
|
|
|
|
|
|
# rpm
|
|
|
|
tox.spec
|
2022-09-22 21:36:19 +08:00
|
|
|
|
2024-01-15 19:12:28 +08:00
|
|
|
# clangd
|
|
|
|
.cache/
|
|
|
|
compile_commands.json
|
|
|
|
|
2024-01-08 20:58:40 +08:00
|
|
|
/infer
|
2022-09-22 21:36:19 +08:00
|
|
|
.idea/
|