mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
d9fc869d2f
Seems like the subdir-objects automake option is generating .dirstamp files which should be ignored by git.
59 lines
468 B
Plaintext
59 lines
468 B
Plaintext
.DS_Store
|
|
|
|
//nacl build
|
|
nacl/build/
|
|
build/
|
|
!build/Makefile.am
|
|
sodium
|
|
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
Makefile
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
|
|
testing/data
|
|
*~
|
|
|
|
# Vim
|
|
*.swp
|
|
|
|
# Ctags
|
|
tags
|
|
|
|
# Object files
|
|
*.o
|
|
*.lo
|
|
*.a
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.swp
|
|
*.la
|
|
|
|
m4/*
|
|
!m4/pkg.m4
|
|
configure
|
|
configure_aux
|
|
Makefile.in
|
|
aclocal.m4
|
|
config.h*
|
|
config.log
|
|
config.status
|
|
stamp-h1
|
|
autom4te.cache
|
|
libtoxcore.pc
|
|
libtool
|
|
|
|
.deps
|
|
.libs
|
|
.dirstamp
|
|
|
|
#netbeans
|
|
nbproject
|
|
|
|
#astyle
|
|
*.orig
|