diff options
author | Shevek <[email protected]> | 2012-01-28 13:54:10 -0800 |
---|---|---|
committer | Shevek <[email protected]> | 2012-01-28 13:54:10 -0800 |
commit | 0e8b7209a1d4c7f8387ec7ec763ea1afc3f5fb1a (patch) | |
tree | 8f33fcaf2012b84d400716a7b5952bf3349b7ba1 /.gitignore | |
parent | 51596db1e619655b1ff54aceb84757060d19fbbb (diff) |
Add .gitignore for Java (much easier than C!)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build |