.gitignore
authorgit <git@git.somenet.org>
Wed, 4 Feb 2015 23:19:52 +0000 (00:19 +0100)
committergit <git@git.somenet.org>
Wed, 4 Feb 2015 23:19:52 +0000 (00:19 +0100)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b09e4f0
--- /dev/null
@@ -0,0 +1,23 @@
+##### .gitignore default file. #####
+
+### ignore all vim, gedit, kwrite temp/backup stuff ###
+*~
+.*.swp
+certgen.data
+output/*
+ca/*
+
+### software development: ignore generated stuff ###
+#*.[oa]
+#*.class
+#*.pyc
+#build/*
+
+### Android development ###
+#local.properties
+#.classpath
+#.project
+#.settings/*
+#gen/*
+#bin/*
+#target/*