toxcore/.gitignore
Alexandre Viau c2fbe6e80b Update .gitignore
Netbeans can't put his nbproject dir outside of source.
2013-08-08 14:55:52 -04:00

33 lines
244 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
#netbeans
nbproject