Browse Source

Initial commit

caleb 6 years ago
commit
4603ddd8f4
3 changed files with 105 additions and 0 deletions
  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
+

File diff suppressed because it is too large
+ 72 - 0
LICENSE


+ 3 - 0
README.md

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