Firmware2/.gitignore

21 lines
393 B
Plaintext
Raw Normal View History

// Our automatic versioning scheme generates the following file
// NEVER put it in the repository
_Version.h
// All of the following OS, IDE and compiler generated file
// references should be moved from this file
// They are needed, but they belong in your global .gitignore
// rather than in a per-project file such as this
2015-01-03 11:56:10 +01:00
*.o
applet/
*~
*.orig
*.rej
*.bak
2015-01-03 13:52:52 +01:00
*.DS_Store
*.idea
2016-03-22 17:05:45 +01:00
*.s
*.i
*.ii