Added bits/wordsize.h.
[tart.git] / .gitignore
blob3df580833a97eb8d649af7fda31ba4c2193c1f92
1 # Tools
2 tools/
4 # All executables + output files.
6 ## Dependancy generated by GCC.
7 *.d
9 ## Libraries
10 *.a
12 ## Object files.
13 *.o
15 ## Backup files.
18 ## Output files.
19 tart
20 *.bin
22 # Build environment related.
24 ## Sublime Text.
25 *.sublime*
26 .cproject
27 .project