summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 7a9d622..862ee08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,6 @@
1# Ignore compiled Java bytecode 1# Ignore compiled Java bytecode
2bin/ 2bin/
3stage/ 3stage/
4dist/ 4build/
5*.class 5*.class
6 6
7# Ignore OS-specific files
8.DS_Store
9Thumbs.db
10