sudoku/.gitignore

19 lines
144 B
Plaintext
Raw Permalink Normal View History

2013-10-18 22:38:05 +02:00
# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app