aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuta Mori <yuta.256@gmail.com>2015-03-20 23:37:59 +0900
committerYuta Mori <yuta.256@gmail.com>2015-03-20 23:37:59 +0900
commit610df4b95594e09b5e17600371ab90e75343e29b (patch)
tree58594287dcf996dbcfb34882c3dbd953b2d0ed73
parent79858ed9e32ea21f007d75883183e6a00b39a492 (diff)
downloadplatform_external_libdivsufsort-610df4b95594e09b5e17600371ab90e75343e29b.tar.gz
platform_external_libdivsufsort-610df4b95594e09b5e17600371ab90e75343e29b.tar.bz2
platform_external_libdivsufsort-610df4b95594e09b5e17600371ab90e75343e29b.zip
Add .gitignore for git
-rw-r--r--.gitignore32
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a0a0666
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# CMake files/directories
+build/