Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Broome <ChrisBroome7@gmail.com>2018-06-20 04:42:07 +0300
committerBrad Smith <bbbradsmith@users.noreply.github.com>2018-06-20 04:42:07 +0300
commitd3cc7f0ba7961ecf858d86999bd2ccc527b7a8e1 (patch)
tree6ce2a95a92b5ef7a09aa13156ec69670440d0770 /.gitignore
parent4c3b96aefb8223c581ca6d9a9299bb165bfe4b8e (diff)
Fix yscale out of bounds rounding error (#12)
* Fix rounding error causing yscale out of bounds * Ignore linux build output
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 452cb071..2a8d92f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,13 @@
/output/sav/*.sav
/output/fcs/*.fc*
/vc/userconfig/scmrev.h
+
+# linux build output
+bin
+src/fceux
+fceux-net-server
+*.o
+.sconf_temp/
+.sconsign.dblite
+.deps
+.dirstamp \ No newline at end of file