mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Allow editor backup files in git checkouts.
This commit is contained in:
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Patterns for all subdirectories: all kinds of automatic backup files.
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*~
|
||||||
|
.#*
|
||||||
|
\#*#
|
||||||
|
|
||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2012-07-01 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
Allow editor backup files in git checkouts.
|
||||||
|
* .gitignore: New file.
|
||||||
|
|
||||||
2012-07-01 Bruno Haible <bruno@clisp.org>
|
2012-07-01 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
Create tarballs through an Automake-like "make dist" command.
|
Create tarballs through an Automake-like "make dist" command.
|
||||||
|
|||||||
Reference in New Issue
Block a user