repositories
/
tt2015.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5096cda
)
betere gitignore om geen binaries te hebben
author
Mart Lubbers
<mart@martlubbers.net>
Mon, 9 Nov 2015 19:23:55 +0000
(20:23 +0100)
committer
Mart Lubbers
<mart@martlubbers.net>
Mon, 9 Nov 2015 19:23:55 +0000
(20:23 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
5b7b2af
..
cdea957
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-41,3
+41,7
@@
C:\\nppdf32Log\\debuglog.txt
# Sublime Text Project Files (usually contain absolute paths)
*.sublime-project
*.sublime-workspace
+
+# java binaries
+*.class
+.~lock*