Add .gitignore.
authorAndreas Schneider <asn@cryptomilk.org>
Wed, 4 Dec 2013 15:43:43 +0000 (16:43 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 4 Dec 2013 15:43:43 +0000 (16:43 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8fd1310
--- /dev/null
@@ -0,0 +1,9 @@
+*.a
+*.o
+.*
+*.swp
+*~$
+build
+obj
+cscope.*
+tags