diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2009-04-05 00:21:44 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2009-04-05 00:21:44 +0200 |
commit | 41c5c10bbfba8af062ddbc31412d4560cce94164 (patch) | |
tree | 4a3b7a208a41dbd66e06be12bb83df1718fd07d1 | |
parent | cfd71f8353095e4a693b20cdd63932b5a818c4a5 (diff) | |
download | fpGUI-41c5c10bbfba8af062ddbc31412d4560cce94164.tar.xz |
Added a project wide .gitignore file.
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5b08f3b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.[oa] +*.ppu +*.lps +*.compiled +lib/*
\ No newline at end of file |