toxcore/.gitignore
2013-08-08 10:52:39 +01:00

30 lines
223 B
Plaintext

.DS_Store
//nacl build
nacl/build/
build
sodium
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
testing/data
*~
# Vim
*.swp
# Ctags
tags
# Object files
*.o
# Executables
*.exe
*.out
*.app