toxcore/.gitignore

23 lines
189 B
Plaintext
Raw Normal View History

.DS_Store
2013-07-09 17:02:07 -04:00
//nacl build
nacl/build/
build
2013-07-17 18:06:05 -04:00
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
2013-07-22 02:15:34 +01:00
testing/data
*~
2013-07-30 12:02:16 -07:00
# Object files
*.o
# Executables
*.exe
*.out
*.app