diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49eb847 --- /dev/null +++ b/.gitignore @@ -0,0 +1,54 @@ +*nohup.out +*.swp +*.o +*.exe +*.user +*.dll +*.a +*.la +*~ +*.pref +stdout.txt +stderr.txt +build/* +stamps/* +Saves/* +generated/* +includes/* +generate +Makefile.me +*.xcodeproj +.DS_Store +*.plist +*.lproj +*.vcxproj* +*.opensdf +*.sdf +*.user +*.filter +*.sln +*.suo +*.manifest +*.manifest.res +*manifest.rc +*res.res +*.obj +*.tlog +*.lib +*.ipch +*.log +*.lastbuildstate +*.unsuccessfulbuild +*.pdb +*.sublime-* +*.project +*.cproject +*.settings +config.log +*.sconsign.dblite +*.sconf_temp +*.gch +*.pyc +site_scons/site_tools/mfprogram/*.pyc +site_scons/site_tools/gch/*.pyc +others* |
