mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
22 lines
292 B
Plaintext
22 lines
292 B
Plaintext
Makefile
|
|
sqlitebrowser.pro.user
|
|
CMakeLists.txt.user
|
|
|
|
# ignore any build folders
|
|
build*/
|
|
|
|
src/.ui/
|
|
src/sqlitebrowser
|
|
src/Makefile*
|
|
src/debug
|
|
src/release
|
|
src/gen_version.h
|
|
|
|
# no one needs the txt file
|
|
src/grammar/sqlite3TokenTypes.txt
|
|
|
|
libs/*/Makefile*
|
|
libs/*/debug/
|
|
libs/*/release/
|
|
libs/*/*.a
|