aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f1314d0b39827a35cc6a4bef4661da9c3aafe622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Ignore everything in this directory
build-root/*
# Except this
!/build-root/scripts
!/build-root/scripts/*

# OSX and some IDE
.DS_Store
.idea/
.project
.cproject
.pydevproject
.vscode/