Migrate tla related stuff to git
[zcdrip] / .gitignore
1 ####
2 # This file is used to ignore certain files in the repo, such as
3 # anything that is generated by the build, etc.
4 #
5 # The zcdrip project uses a single .gitignore, so please DO NOT add
6 # any .gitignore files to any of the sub directories.
7 #
8 # NOTE! Please use 'git ls-files -i --exclude-standard' command after
9 # changing this file, to see if there are any tracked files which get
10 # ignored after the change.
11 ####
12
13 ## Standard stuff
14 *~
15 *.orig
16 \#*#
17 *.o
18 *.a
19 *.i
20
21 ## build generated
22 zcdrip
23 ecdrip
24 zdiscid
25
26 ## Because I'm so used to arch (tla)
27 ,,*
28 ++*
29 =build