enu/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
431 B
Plaintext
Raw Normal View History

2021-02-15 13:50:26 +01:00
# ignore all files with no extension (unix binaries)
*
!/**/
!*.*
2023-04-22 03:24:43 +02:00
!AppRun
2021-02-15 13:50:26 +01:00
2021-05-04 15:12:33 +02:00
*.dSYM
*.so
*.dylib
*.dll
2020-02-13 07:04:09 +01:00
bin/
2022-05-25 12:14:01 +02:00
scratch/
2020-09-19 03:05:32 +02:00
tools/build_helpers
tools/build_helpers.exe
logs/
2021-02-15 13:50:26 +01:00
*.exe
2022-05-25 12:14:01 +02:00
*.out
2021-02-15 13:50:26 +01:00
2021-02-01 17:25:52 +01:00
app/.import
2020-04-08 17:47:10 +02:00
.DS_Store
2020-04-20 04:28:09 +02:00
app/_dlls/enu.exp
app/_dlls/enu.lib
2021-02-15 13:50:26 +01:00
2021-06-18 07:47:56 +02:00
generated/
app/export_presets.cfg
2023-08-26 05:13:14 +02:00
docs/build
2020-11-12 03:56:25 +01:00
dist/
2020-11-12 03:56:08 +01:00
vmlib/stdlib
2021-02-15 13:50:26 +01:00
dist_config.json
2023-05-10 03:55:43 +02:00
user_config.nims
2022-04-18 20:07:36 +02:00
2021-06-18 07:47:56 +02:00
/.last_test
nimble.develop
nimble.paths
/t.nim
2022-06-01 02:43:15 +02:00
fonts/
2022-07-06 19:54:59 +02:00
nimbledeps/
.submodules.tmp
2023-05-04 19:44:04 +02:00
*.previous