aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 61390ef0b251d30c806e9fb58cbe83dce1f8f7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## ignore all files wo extension
*
!/**/
!*.*


# Notes:
# all generated files should go inside `build/`
# use absolute paths to refer to a path assumed to be at a fixed level in the hierarchy
/build


nimcache

.DS_Store

*.exe
*.swp