diff options
| author | Mike Buland <mike@xagasoft.com> | 2013-04-15 23:45:48 -0600 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2013-04-15 23:45:48 -0600 |
| commit | 44542adf023315d60a8ffc4863f2b161b3c1eb90 (patch) | |
| tree | 3500c1d6cfa3e5670bde199e24125c4b8e0c33db /.gitignore | |
| parent | f34eb76357fdfc314d6451fd11a2e4d6fcfce434 (diff) | |
| download | clic-44542adf023315d60a8ffc4863f2b161b3c1eb90.tar.gz clic-44542adf023315d60a8ffc4863f2b161b3c1eb90.tar.bz2 clic-44542adf023315d60a8ffc4863f2b161b3c1eb90.tar.xz clic-44542adf023315d60a8ffc4863f2b161b3c1eb90.zip | |
Addition, subtraction, and multiplication work now
Division isn't working yet, there are too many options, I'll figure out
something eventually :-P
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,4 +1,6 @@ | |||
| 1 | .*.swp | 1 | .*.swp |
| 2 | *.o | 2 | *.o |
| 3 | *.exe | 3 | *.exe |
| 4 | /clic | ||
| 5 | /.build_cache | ||
| 4 | 6 | ||
