toxcore/.gitignore

33 lines
244 B
Plaintext
Raw Normal View History

.DS_Store
2013-07-10 05:02:07 +08:00
//nacl build
nacl/build/
build
sodium
2013-07-18 06:06:05 +08:00
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
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
# Ctags
tags
2013-07-31 03:02:16 +08:00
# Object files
*.o
# Executables
*.exe
*.out
*.app
#netbeans
nbproject