[PATCH] Add .gitignore
Anthony Wong
anthony.wong at canonical.com
Thu Apr 14 12:43:23 UTC 2016
Add .gitignore
Signed-off-by: Anthony Wong <anthony.wong at canonical.com>
---
.gitignore | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..58f602c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,28 @@
+*~
+*.o
+*.swp
+Makefile
+Makefile.in
+/aclocal.m4
+/autom4te.cache
+/configure
+/ar-lib
+/compile
+/config.guess
+/config.h
+/config.h.in
+/config.log
+/config.status
+/config.sub
+/depcomp
+/install-sh
+/libtool
+/ltmain.sh
+/missing
+/stamp-h1
+.deps
+.dirstamp
+test-driver
+debian/*.debhelper.log
+debian/autoreconf.after
+debian/autoreconf.before
--
2.7.4
More information about the fwts-devel
mailing list