diff options
author | zlg <zlg@zlg.space> | 2010-10-13 05:21:07 -0500 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2010-10-13 05:47:19 -0500 |
commit | 3f52fa6dac98d769a58b6c95b308592532d33b7f (patch) | |
tree | 3b656980e7e15d64d4d7d9d190d7fd365bc986f5 /.gitignore | |
download | gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.tar.gz gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.tar.bz2 gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.tar.xz gimpixel-3f52fa6dac98d769a58b6c95b308592532d33b7f.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e55b17 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +* + +!brushes +!brushes/* +!palettes +!palettes/* +!toolrc +!templaterc +!README.mdown +!.gitignore |