aboutsummaryrefslogtreecommitdiff
path: root/flow-native/src/.gitignore
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-03-07 19:08:16 -0800
committerJakob Odersky <jakob@odersky.com>2016-03-07 19:59:24 -0800
commit39a07083956ea5f5e8eebbd67aa6b31aec4f2d52 (patch)
treed9f4536772763097906aede0e3b86c081786c6bc /flow-native/src/.gitignore
parent901eaa3dd48ea8ab692d060ec6245c61a65fd902 (diff)
downloadakka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.tar.gz
akka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.tar.bz2
akka-serial-39a07083956ea5f5e8eebbd67aa6b31aec4f2d52.zip
Transition from Autotools to CMake
Diffstat (limited to 'flow-native/src/.gitignore')
-rw-r--r--flow-native/src/.gitignore28
1 files changed, 4 insertions, 24 deletions
diff --git a/flow-native/src/.gitignore b/flow-native/src/.gitignore
index e50ccf1..e259f31 100644
--- a/flow-native/src/.gitignore
+++ b/flow-native/src/.gitignore
@@ -1,31 +1,11 @@
-# Autotools
-/autom4te.cache
-/libtool
-/aclocal.m4
-/config.sub
-/config.log
-/config.guess
-/config.status
-/config.h.in
-/config.h
-/configure
-/depcomp
-/install-sh
-/ltmain.sh
-/missing
-/stamp-h1
-/compile
-/m4/*
-!/m4/ax_jni_include_dir.m4
-Makefile.in
+# CMake
+CMakeFiles/
+CMakeCache.txt
+cmake_install.cmake
Makefile
# Binary files
-.deps
-.libs
*.o
-*.la
-*.lo
*.so*
*.dylib
*.a