toxcore/.gitignore

97 lines
867 B
Plaintext
Raw Normal View History

# OS files
.DS_Store
.DS_Store?
._*
.mypy_cache
.Spotlight-V100
2013-10-21 14:00:27 +08:00
.Trash*
Icon?
ethumbs.db
Thumbs.db
2013-10-21 14:00:27 +08:00
*.tmp
2013-10-21 14:00:27 +08:00
# Make
/_build
/_install
/tox-0.0.0*
/.vs
/CppProperties.json
2013-07-18 06:06:05 +08:00
CMakeCache.txt
CMakeFiles
Makefile
!/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
DartConfiguration.tcl
CTestTestfile.cmake
*.pc
2013-07-22 09:15:34 +08:00
2013-10-21 14:00:27 +08:00
# Testing
/amalgamation.*
2013-07-22 09:15:34 +08:00
testing/data
*~
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
*.lo
*.a
2013-07-31 03:02:16 +08:00
# Executables
*.exe
*.out
*.app
*.la
# Libraries
*.so
2013-10-21 14:00:27 +08:00
# Misc (?)
m4/*
configure
configure_aux
2013-10-21 14:00:27 +08:00
!m4/pkg.m4
aclocal.m4
config.h*
config.log
config.status
stamp-h1
autom4te.cache
libtool
.deps
.libs
.dirstamp
build/
*.nvim*
*.vim*
#kdevelop
.kdev/
*.kdev*
2019-01-16 07:09:36 +08:00
# VScode
.vscode/
2013-10-21 14:00:27 +08:00
# Netbeans
nbproject
2013-10-21 14:00:27 +08:00
# astyle
*.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
# rpm
tox.spec
.idea/