.gitignore 309 B

1234567891011121314
  1. # git ls-files --others --exclude-from=.git/info/exclude
  2. # Lines that start with '#' are comments.
  3. # For a project mostly in C, the following would be a good set of
  4. # exclude patterns (uncomment them if you want to use them):
  5. # *.[oa]
  6. # *~
  7. test/
  8. res/
  9. *.ncb
  10. *.o
  11. *.txt
  12. *.user
  13. Visual Studio 2008/