Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2015-08-21 08:42:28 +0300
committerJay Sorg <jay.sorg@gmail.com>2015-08-21 08:42:28 +0300
commit1ec1f73135a199e9314ae04e1d2d0885c48cac72 (patch)
tree1a11279a41d2a1bfd424ce8c9f9fed65ec17a5a6 /.gitignore
parent0dffe6805aaff2730990bbba2aaea86f74672597 (diff)
add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore30
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a2e70c2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,30 @@
+*~
+aclocal.m4
+AUTHORS
+autom4te.cache/
+ChangeLog
+config_ac.h
+config_ac-h.in
+config.c
+config.guess
+config.log
+config.status
+config.sub
+configure
+compile
+depcomp
+.deps/
+install-sh
+*.la
+.libs
+libtool
+*.lo
+ltmain.sh
+Makefile
+Makefile.in
+missing
+NEWS
+*.o
+README
+stamp-h1
+rfxcodectest \ No newline at end of file