diff options
| author | Mike Buland <mike@xagasoft.com> | 2013-04-15 15:28:12 -0600 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2013-04-15 15:28:12 -0600 |
| commit | f34eb76357fdfc314d6451fd11a2e4d6fcfce434 (patch) | |
| tree | d4769ae51a1c703b0e55af0ef38a31991f9f7c3a /.gitignore | |
| download | clic-f34eb76357fdfc314d6451fd11a2e4d6fcfce434.tar.gz clic-f34eb76357fdfc314d6451fd11a2e4d6fcfce434.tar.bz2 clic-f34eb76357fdfc314d6451fd11a2e4d6fcfce434.tar.xz clic-f34eb76357fdfc314d6451fd11a2e4d6fcfce434.zip | |
Initial checkin.
This project will most likely just be stuck into libbu++, but I didn't
want to deal with building it all in windows.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5a6e66f --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | .*.swp | ||
| 2 | *.o | ||
| 3 | *.exe | ||
| 4 | |||
