about summary refs log tree commit diff stats
path: root/.gitignore
blob: 937adb3ba059ff44078b3eef939bf50489ca8b73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# editor ignores
*~
*.swp
*.swo
\#*\#
.\#*

# artefacts
bin/
rel/
dbg/
*.o
*.so
*.pch
nbtpd
!nbtpd/
a.out

# bazel
bazel-*