.gitignore 329 B

123456789101112131415161718192021222324252627
  1. *.o.*
  2. *.d.*
  3. *.a.*
  4. .*.swp
  5. .AppleDouble
  6. .debug
  7. .gdbinit*
  8. gdb*
  9. core-*
  10. *-core
  11. core.*
  12. *.core
  13. DataStorageAPI*
  14. !DataStorageAPI.cc
  15. !DataStorageAPI.ini
  16. DataCondenser*
  17. !DataCondenser.cc
  18. !DataCondenser.cpp
  19. !DataCondenser.h
  20. !DataCondenser.ini
  21. DataImporter*
  22. !DataImporter.cc
  23. !DataImporter.cpp
  24. !DataImporter.h
  25. !DataImporter.ini
  26. test*
  27. !test.cc