You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
380 B
18 lines
380 B
// 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
|
|
|
|
*.o
|
|
applet/
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
*.bak
|
|
*.DS_Store
|
|
*.idea
|