diff options
author | Nebuleon Fumika | 2012-12-17 19:34:16 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-17 19:34:16 -0500 |
commit | a9ebbd3e72e15ca8098b576fdeb49bb41a54b0e6 (patch) | |
tree | c7d1be046b6a94d9798d887a6f42463b01df099f /.gitignore | |
parent | 74211924afc184870627c90ce522c4c5743761db (diff) | |
download | snes9x2005-a9ebbd3e72e15ca8098b576fdeb49bb41a54b0e6.tar.gz snes9x2005-a9ebbd3e72e15ca8098b576fdeb49bb41a54b0e6.tar.bz2 snes9x2005-a9ebbd3e72e15ca8098b576fdeb49bb41a54b0e6.zip |
Remove object and binary files from the git repository, leaving only source.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb4ecd2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build/ +*.plg +*.zip
\ No newline at end of file |