mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
31 lines
430 B
Plaintext
31 lines
430 B
Plaintext
Makefile
|
|
sqlitebrowser.pro.user
|
|
CMakeLists.txt.user
|
|
CMakeFiles
|
|
*.cmake
|
|
*.cxx_parameters
|
|
|
|
# ignore any build folders
|
|
build*/
|
|
|
|
src/.ui/
|
|
src/sqlitebrowser
|
|
src/Makefile*
|
|
src/debug
|
|
src/release
|
|
src/gen_version.h
|
|
|
|
# ignore compiled translation files
|
|
src/translations/*.qm
|
|
|
|
# no one needs the txt file
|
|
src/grammar/sqlite3TokenTypes.txt
|
|
|
|
libs/*/Makefile*
|
|
libs/*/debug/
|
|
libs/*/release/
|
|
libs/*/*.a
|
|
|
|
# Ignore .DS_Store files on OSX
|
|
.DS_Store
|