fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[fluid-dev] [PATCH 9/9] Add a .gitignore file


From: Antonio Ospite
Subject: [fluid-dev] [PATCH 9/9] Add a .gitignore file
Date: Wed, 8 Oct 2014 16:08:25 +0200

---
 fluidsynth/.gitignore | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 fluidsynth/.gitignore

diff --git a/fluidsynth/.gitignore b/fluidsynth/.gitignore
new file mode 100644
index 0000000..5a38242
--- /dev/null
+++ b/fluidsynth/.gitignore
@@ -0,0 +1,32 @@
+*.la
+*.lo
+*.o
+*.pc
+*.spec
+.deps/
+.dirstamp
+.libs/
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+compile
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+m4/
+missing
+stamp-h1
+
+include/fluidsynth/version.h
+src/config.h
+src/config.h.in
+src/config.h.in~
+src/config_win32.h
+src/fluidsynth
-- 
2.1.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]