diff options
| author | Petr Mrázek | 2011-07-16 09:26:56 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-07-16 09:26:56 +0200 |
| commit | 5563f28fdce4bd7db657ac1420114bd0821ceb7f (patch) | |
| tree | dac453c90fccced5671c8369341f34bfcf5092b1 /.gitignore | |
| parent | 003ad63c56653e421b4570ab71c648df9d4efd98 (diff) | |
| download | dfhack-5563f28fdce4bd7db657ac1420114bd0821ceb7f.tar.gz dfhack-5563f28fdce4bd7db657ac1420114bd0821ceb7f.tar.bz2 dfhack-5563f28fdce4bd7db657ac1420114bd0821ceb7f.tar.xz | |
Updated .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,9 @@ # linux backup files *~ +#Kdevelop project file +*.kdev4 + # compiled binaries output/* @@ -13,6 +16,9 @@ library/private/config.h # any build folders build*/ +nix +buntu +build/VC2010 #except for the real one !build/ |
