mirror of
https://github.com/github/gitignore.git
synced 2026-08-30 11:47:22 +02:00
Compare commits
12 Commits
de9c0ff661
...
637dd6c0af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
637dd6c0af | ||
|
|
e9c620b9f6 | ||
|
|
5853962226 | ||
|
|
c5bf3caf29 | ||
|
|
7514684825 | ||
|
|
ad49657df2 | ||
|
|
9ffced6030 | ||
|
|
49990d1d63 | ||
|
|
3d21cef359 | ||
|
|
de90107f1a | ||
|
|
9aa86b4610 | ||
|
|
4de068fc6e |
@ -1,5 +1,30 @@
|
||||
# Object file
|
||||
# Object files and libraries
|
||||
*.o
|
||||
|
||||
# Ada Library Information
|
||||
*.ali
|
||||
|
||||
# Executable files
|
||||
*.exe
|
||||
*.out
|
||||
*.a
|
||||
*.so
|
||||
*.dll
|
||||
|
||||
# Backup files
|
||||
*~
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# Directories created by IDEs or build tools
|
||||
obj/
|
||||
bin/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
|
||||
# Dependency files
|
||||
*.d
|
||||
|
||||
@ -7,7 +7,7 @@ release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
# https://maven.apache.org/wrapper/#usage-without-binary-jar
|
||||
# https://maven.apache.org/tools/wrapper/#Usage_with_or_without_Binary_JAR
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# Eclipse m2e generated files
|
||||
|
||||
@ -4,3 +4,6 @@ result-*
|
||||
|
||||
# Ignore automatically generated direnv output
|
||||
.direnv
|
||||
|
||||
# Ignore NixOS interactive test driver history
|
||||
**/.nixos-test-history
|
||||
|
||||
@ -75,6 +75,11 @@ acs-*.bib
|
||||
# comment
|
||||
*.cut
|
||||
|
||||
# context
|
||||
*.tuc
|
||||
*.tui
|
||||
*.tuo
|
||||
|
||||
# cprotect
|
||||
*.cpt
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user