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

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Unnebäck <linus@folkdatorn.se>2015-09-07 15:48:44 +0300
committerLinus Unnebäck <linus@folkdatorn.se>2015-09-07 15:48:44 +0300
commitc3d999858b9a65bd94193df681d26ae0a741327d (patch)
treeddd57c39ad1d921713b8a788640b973610df840d
parent28dc2d74ac3a510d1c45967fa3afcb67e57acf90 (diff)
tell git to ignore build output
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b08795f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+# CMake
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Makefile
+cmake_install.cmake
+install_manifest.txt
+
+# Build output
+libthreads.a
+libthreads.so