From b18125195c17ad6c7e42792fe3351f85e957fae2 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sun, 26 Jul 2009 13:35:25 +0000 Subject: make life easier for git-users with .gitignore files. Especially it prevents git from removing empty directories. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1926 b956fd51-792f-4845-bead-9b4dfca2ff2c --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..90ba9716 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +.svn +*.orig +*.dcu +*.ppu +*.rst +*.compiled +*.or +*.o +*.a +*.exe +*.dll +*.identcache +*.bdsproj.local +*.bak +*~ +Thumbs.db +Makefile +config.log +config.status +__history -- cgit v1.2.3