소스 검색

Initial commit

caleb 6 년 전
커밋
4603ddd8f4
3개의 변경된 파일105개의 추가작업 그리고 0개의 파일을 삭제
  1. 30 0
      .gitignore
  2. 72 0
      LICENSE
  3. 3 0
      README.md

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+# ---> C++
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 72 - 0
LICENSE


+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+# filval
+
+The Filter-Value analysis package