aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-01-21 19:01:13 +0800
committerJinwei Zhao <[email protected]>2016-01-21 19:01:13 +0800
commit1957c025f20dda9960d214cd4fc6fa1c0ad0d349 (patch)
treeace6d0dae29ceba07310ee6863520f2d1d3a88b6
downloadGuidedFilter-1957c025f20dda9960d214cd4fc6fa1c0ad0d349.tar.gz
Initial commit
-rw-r--r--.gitignore28
-rw-r--r--README.md2
2 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b8bd026
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
1# Compiled Object files
2*.slo
3*.lo
4*.o
5*.obj
6
7# Precompiled Headers
8*.gch
9*.pch
10
11# Compiled Dynamic libraries
12*.so
13*.dylib
14*.dll
15
16# Fortran module files
17*.mod
18
19# Compiled Static libraries
20*.lai
21*.la
22*.a
23*.lib
24
25# Executables
26*.exe
27*.out
28*.app
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9102d0e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
1# GuidedFilter
2C++ Implementation and Comparison of Guided Filter
Powered by cgit v1.2.3 (git 2.41.0)