Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Blum <joshblum@mit.edu>2015-10-28 19:59:03 +0300
committerJoshua Blum <joshblum@mit.edu>2015-10-28 19:59:03 +0300
commit6f4d80d0772097c3cd95dbf73f82e486376f9426 (patch)
treef9cfd59cbb046d863576cdbadfa7bd1ab5770fa1 /.gitignore
parent1cb5ed208bcf4f639e7b4bc64af3b9653d022ffa (diff)
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..6d44f38
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+# https://github.com/github/gitignore/blob/master/CMake.gitignore
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Makefile
+cmake_install.cmake
+install_manifest.txt
+*.cmake
+
+# executables
+ws_examples
+wss_examples
+crypto_test
+parse_test