SomeNet
/
public repos
/
somenet
/
certgen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0705e2
)
.gitignore
author
git
<git@git.somenet.org>
Wed, 4 Feb 2015 23:19:52 +0000
(
00:19
+0100)
committer
git
<git@git.somenet.org>
Wed, 4 Feb 2015 23:19:52 +0000
(
00:19
+0100)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
b09e4f0
--- /dev/null
+++ b/
.gitignore
@@ -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/*