sapling/.gitignore
Lukas Piatkowski e6f1ce2a95 mononoke: add missing license headers and move few oss files around
Summary: Added COPYING, moved .gitignore, removed redundant .travis.yml file and fixed copyrights on files reported by P125201255.

Reviewed By: StanislavGlebik

Differential Revision: D19467613

fbshipit-source-id: 5893e9192e1d64c9afff83402fefce957bf9282d
2020-01-20 07:54:04 -08:00

23 lines
230 B
Plaintext

# macOS metadata
.DS_Store
# Eclipse files
.classpath
.project
.settings/
# Vim swap files
*.swp
# Files generated by JetBrains IDEs, e.g. IntelliJ IDEA
.idea/
*.iml
out/
# VSCode files
.vscode/
target/
Cargo.lock
**/*.rs.bk